diff options
Diffstat (limited to 'update_attempter_android_unittest.cc')
-rw-r--r-- | update_attempter_android_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_attempter_android_unittest.cc b/update_attempter_android_unittest.cc index 94452dff..7d0daec7 100644 --- a/update_attempter_android_unittest.cc +++ b/update_attempter_android_unittest.cc @@ -184,7 +184,7 @@ TEST_F(UpdateAttempterAndroidTest, ReportMetricsForBytesDownloaded) { _)) .Times(1); - // The first update fails after receving 50 bytes in total. + // The first update fails after receiving 50 bytes in total. update_attempter_android_.BytesReceived(30, 50, 200); update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kError); EXPECT_EQ( |