| Index: components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| index 714c8217a29206d3d6582ac400fe0af6afe21f21..77b57ecaa02f139689d0bfe5b8616fd407252307 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| @@ -503,8 +503,7 @@ TEST_F(RemoteSuggestionsSignedInFetcherTest, ShouldFetchSuccessfully) {
|
| /*count=*/1)));
|
| }
|
|
|
| -TEST_F(RemoteSuggestionsSignedInFetcherTest,
|
| - ShouldRetryWhenOAuthCancelled) {
|
| +TEST_F(RemoteSuggestionsSignedInFetcherTest, ShouldRetryWhenOAuthCancelled) {
|
| SignIn();
|
| IssueRefreshToken();
|
|
|
|
|