| Index: ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
|
| index 5d9c86c045b767a67a9ce5aa7df18ee5cec6b0d4..c6c4148e92c3df7dd091927c0a8def6cecc6c485 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
|
| @@ -68,7 +68,7 @@ TEST(ContentSuggestionIdentifierTest, IsNotEquals) {
|
| initWithSectionID:ContentSuggestionsSectionArticles];
|
| ContentSuggestionsSectionInformation* sectionInfo2 =
|
| [[ContentSuggestionsSectionInformation alloc]
|
| - initWithSectionID:ContentSuggestionsSectionBookmarks];
|
| + initWithSectionID:ContentSuggestionsSectionReadingList];
|
|
|
| ContentSuggestionIdentifier* suggestionIdentifier1 =
|
| [[ContentSuggestionIdentifier alloc] init];
|
|
|