summaryrefslogtreecommitdiff
path: root/update_attempter_unittest.cc
diff options
context:
space:
mode:
authorAmin Hassani <ahassani@google.com>2018-04-06 13:22:00 -0700
committerAmin Hassani <ahassani@google.com>2018-04-06 13:23:45 -0700
commited37d6819b336ebb815233e896aa56f40755ab5c (patch)
tree2fdd57f0838e02cf90a7293826212faafe03fdf7 /update_attempter_unittest.cc
parent49a08972bae293f4b5f8403d5e87c9d12b0329d9 (diff)
Replace is_interactive with interactive for consistency in the code.
Bug: none Test: unittests Change-Id: I8c98860cfeadb52c7f8e4931d2ad154ae4211d47
Diffstat (limited to 'update_attempter_unittest.cc')
-rw-r--r--update_attempter_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_attempter_unittest.cc b/update_attempter_unittest.cc
index 240e4ec0..4677d317 100644
--- a/update_attempter_unittest.cc
+++ b/update_attempter_unittest.cc
@@ -204,7 +204,7 @@ TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) {
nullptr,
nullptr,
fetcher.release(),
- false /* is_interactive */);
+ false /* interactive */);
EXPECT_CALL(*prefs_, GetInt64(kPrefsDeltaUpdateFailures, _)).Times(0);
attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess);
EXPECT_EQ(UpdateStatus::FINALIZING, attempter_.status());