Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da7d670d authored by Robert Ginda's avatar Robert Ginda Committed by Cherrypicker Worker
Browse files

Fix test for wear bugreport options

Changed the assertion for wear bugreports' vibrate option, as wear bugreports have
been silenced.

Test: atest dumpstate_test
Bug: 253484871
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2c0fae8f5dd0d7dda248039532b74a50fb74664b)
Merged-In: Ia9423adc1a4c7f400f9bcd6a3969e66e2bd27ed4
Change-Id: Ia9423adc1a4c7f400f9bcd6a3969e66e2bd27ed4
parent be2ac15c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,8 +285,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);