commit | fc24afe2556769a584f6e3a6d0c58b18f30da9ba | [log] [tgz] |
---|---|---|
author | Saint Chou <saintchou@google.com> | Wed Jul 29 11:54:31 2020 +0000 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jul 29 13:56:02 2020 +0000 |
tree | bec5998f9fc9de154a64789cbf449e57cd98bddb | |
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)
diff --git a/payload_consumer/postinstall_runner_action_unittest.cc b/payload_consumer/postinstall_runner_action_unittest.cc index 0041d31..cf5158b 100644 --- a/payload_consumer/postinstall_runner_action_unittest.cc +++ b/payload_consumer/postinstall_runner_action_unittest.cc
@@ -227,7 +227,7 @@ 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_); } }