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

Commit 10b4bff5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix ConfigManager unit test."

parents e62951f1 93f46aa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ TEST(ConfigManagerTest, TestAddUpdateRemove) {
        // TODO: Remove this when we get rid of the fake one, and make this
        // test loading one from disk somewhere.
        EXPECT_CALL(*(listener.get()),
                    OnConfigUpdated(ConfigKeyEq(1000, "fake"), StatsdConfigEq("12345")))
                    OnConfigUpdated(ConfigKeyEq(1000, "fake"), StatsdConfigEq("CONFIG_12345")))
                .RetiresOnSaturation();
        manager->Startup();