Commit 8834bb14 authored by Ilya Sherman's avatar Ilya Sherman Committed by Commit Bot

[Cleanup] Fix a typo.

R=asvitkine@chromium.org

Bug: none
Change-Id: I4b4cdbd7d75d243818ddb3f4884b22f43e86de7a
Reviewed-on: https://chromium-review.googlesource.com/813281
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522421}
parent 7edc9981
......@@ -917,7 +917,7 @@ TEST_F(VariationsServiceTest, SafeMode_SuccessfulFetchClearsFailureStreaks) {
fetcher->SetResponseString(response);
service.OnURLFetchComplete(fetcher);
// Verify that the streaks were rest.
// Verify that the streaks were reset.
EXPECT_EQ(0, prefs_.GetInteger(prefs::kVariationsCrashStreak));
EXPECT_EQ(0, prefs_.GetInteger(prefs::kVariationsFailedToFetchSeedStreak));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment