Merge "Fix the unit test failure."

This commit is contained in:
TreeHugger Robot
2017-11-18 21:34:16 +00:00
committed by Android (Google) Code Review

View File

@@ -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(0, "fake"), StatsdConfigEq("12345")))
OnConfigUpdated(ConfigKeyEq(1000, "fake"), StatsdConfigEq("12345")))
.RetiresOnSaturation();
manager->Startup();