diff options
author | 2023-04-04 23:37:06 +0000 | |
---|---|---|
committer | 2023-04-04 23:37:06 +0000 | |
commit | 2ad9025b0df2c31860fa05b75b57dfca5d1474d1 (patch) | |
tree | 211f343f57209e9676ff757d974e903808980a60 | |
parent | 74932011a37c3cb22add2f4942f3487e2f3d7bf7 (diff) | |
parent | 29d0b83d16d07e9008b31156784ae5688bc7f9a7 (diff) |
Merge "Fix test for wear bugreport options" am: 473007c459 am: c1dc037157 am: 29d0b83d16
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2521316
Change-Id: I2294af6fffa8224d48c1eafe9b70c70ac6c6692a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | cmds/dumpstate/tests/dumpstate_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/tests/dumpstate_test.cpp b/cmds/dumpstate/tests/dumpstate_test.cpp index aa5219bb5b..93d8cdfb83 100644 --- a/cmds/dumpstate/tests/dumpstate_test.cpp +++ b/cmds/dumpstate/tests/dumpstate_test.cpp @@ -286,8 +286,8 @@ TEST_F(DumpOptionsTest, InitializeWearBugReport) { // Other options retain default values - EXPECT_TRUE(options_.do_vibrate); EXPECT_FALSE(options_.progress_updates_to_socket); + EXPECT_FALSE(options_.do_vibrate); EXPECT_FALSE(options_.show_header_only); EXPECT_FALSE(options_.is_remote_mode); EXPECT_FALSE(options_.stream_to_socket); |