| Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item_unittest.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item_unittest.mm b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item_unittest.mm
|
| index 9236faca50f78c13761f8650bf4c7767a30c4087..0564dd3330a4fe3982f2c8660fdd241db9702e61 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item_unittest.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_item_unittest.mm
|
| @@ -39,7 +39,8 @@ TEST(ContentSuggestionsMostVisitedItemTest, Configure) {
|
| item.attributes =
|
| [FaviconAttributes attributesWithMonogram:@"C"
|
| textColor:[UIColor whiteColor]
|
| - backgroundColor:[UIColor blackColor]];
|
| + backgroundColor:[UIColor blackColor]
|
| + defaultBackgroundColor:NO];
|
| ContentSuggestionsMostVisitedCell* cell = [[[item cellClass] alloc] init];
|
| id faviconViewMock = OCMPartialMock(cell.faviconView);
|
| OCMExpect([faviconViewMock configureWithAttributes:item.attributes]);
|
|
|