| Index: components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| index fd13c5d15b050af701c793b652e23993855cc8a0..9bc5fb4376fc75d8b5dca15c8d6b3002668c7840 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| @@ -735,7 +735,6 @@ TEST_F(RemoteSuggestionsProviderTest, Full) {
|
| EXPECT_EQ(GetDefaultCreationTime(), suggestion.publish_date());
|
| EXPECT_EQ(kSnippetPublisherName,
|
| base::UTF16ToUTF8(suggestion.publisher_name()));
|
| - EXPECT_EQ(GURL(kSnippetAmpUrl), suggestion.amp_url());
|
| }
|
|
|
| TEST_F(RemoteSuggestionsProviderTest, CategoryTitle) {
|
| @@ -805,7 +804,6 @@ TEST_F(RemoteSuggestionsProviderTest, MultipleCategories) {
|
| EXPECT_EQ(GetDefaultCreationTime(), suggestion.publish_date());
|
| EXPECT_EQ(kSnippetPublisherName,
|
| base::UTF16ToUTF8(suggestion.publisher_name()));
|
| - EXPECT_EQ(GURL(kSnippetAmpUrl), suggestion.amp_url());
|
| }
|
|
|
| {
|
| @@ -817,7 +815,6 @@ TEST_F(RemoteSuggestionsProviderTest, MultipleCategories) {
|
| EXPECT_EQ(GetDefaultCreationTime(), suggestion.publish_date());
|
| EXPECT_EQ(kSnippetPublisherName,
|
| base::UTF16ToUTF8(suggestion.publisher_name()));
|
| - EXPECT_EQ(GURL(kSnippetAmpUrl), suggestion.amp_url());
|
| }
|
| }
|
|
|
|
|