| Index: components/ntp_snippets/content_suggestions_service_unittest.cc
|
| diff --git a/components/ntp_snippets/content_suggestions_service_unittest.cc b/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| index 29ddca3131eeb5b4c20a730d89ff42334d8340ea..0ada92024430a7ee67ee19aecc7f4513f5f3be37 100644
|
| --- a/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| +++ b/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| @@ -433,8 +433,7 @@ TEST_F(ContentSuggestionsServiceTest, ShouldReturnCategoryInfo) {
|
| const CategoryInfo& actual = result.value();
|
| EXPECT_THAT(expected.title(), Eq(actual.title()));
|
| EXPECT_THAT(expected.card_layout(), Eq(actual.card_layout()));
|
| - EXPECT_THAT(expected.has_more_action(), Eq(actual.has_more_action()));
|
| - EXPECT_THAT(expected.has_reload_action(), Eq(actual.has_reload_action()));
|
| + EXPECT_THAT(expected.has_fetch_action(), Eq(actual.has_fetch_action()));
|
| EXPECT_THAT(expected.has_view_all_action(), Eq(actual.has_view_all_action()));
|
| }
|
|
|
|
|