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

Commit 473007c4 authored by Robert Ginda's avatar Robert Ginda Committed by Gerrit Code Review
Browse files

Merge "Fix test for wear bugreport options"

parents 14bd6888 da7d670d
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);