commit | 47671da956df7364449baeac7f4d4131bb474221 | [log] [tgz] |
---|---|---|
author | Saint Chou <saintchou@google.com> | Wed Jul 29 14:11:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 29 14:11:05 2020 +0000 |
tree | bec5998f9fc9de154a64789cbf449e57cd98bddb | |
parent | 5419684c53a63d67854e5b26a737741b49bec4a8 [diff] | |
parent | fc24afe2556769a584f6e3a6d0c58b18f30da9ba [diff] |
Update language to comply with Android's inclusive language guidance am: fc24afe255 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1375937 Change-Id: I875a6a3725e11e82d6dba4224340c5d5ab395a2c
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_); } }