diff options
author | Saint Chou <saintchou@google.com> | 2020-07-29 11:54:31 +0000 |
---|---|---|
committer | Treehugger Robot <treehugger-gerrit@google.com> | 2020-07-29 13:56:02 +0000 |
commit | fc24afe2556769a584f6e3a6d0c58b18f30da9ba (patch) | |
tree | bec5998f9fc9de154a64789cbf449e57cd98bddb /payload_consumer/postinstall_runner_action_unittest.cc | |
parent | c036b106d1e282f8cd60af9c133ddcaa24094c78 (diff) |
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
#inclusivefixit
Bug: 161896447
Change-Id: Icb9e2fca7e27a2ee81380897134deae6c4a24053
Test: NA (Comment only)
Diffstat (limited to 'payload_consumer/postinstall_runner_action_unittest.cc')
-rw-r--r-- | payload_consumer/postinstall_runner_action_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/postinstall_runner_action_unittest.cc b/payload_consumer/postinstall_runner_action_unittest.cc index 0041d314..cf5158b2 100644 --- a/payload_consumer/postinstall_runner_action_unittest.cc +++ b/payload_consumer/postinstall_runner_action_unittest.cc @@ -227,7 +227,7 @@ void PostinstallRunnerActionTest::RunPostinstallActionWithInstallPlan( EXPECT_TRUE(processor_delegate_.processing_stopped_called_ || processor_delegate_.processing_done_called_); if (processor_delegate_.processing_done_called_) { - // Sanity check that the code was set when the processor finishes. + // Validation check that the code was set when the processor finishes. EXPECT_TRUE(processor_delegate_.code_set_); } } |