Skip to content

Commit ac42ced

Browse files
author
Cynthia Jiang
committed
file format
1 parent 7e9933e commit ac42ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

remote_config/integration_test/src/integration_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ TEST_F(FirebaseRemoteConfigTest, TestFetch) {
348348
TEST_F(FirebaseRemoteConfigTest, TestFetchInterval) {
349349
ASSERT_NE(rc_, nullptr);
350350
EXPECT_TRUE(WaitForCompletion(
351-
RunWithRetry([](RemoteConfig* rc) { return rc->FetchAndActivate(); }, rc_),
351+
RunWithRetry([](RemoteConfig* rc) { return rc->FetchAndActivate(); },
352+
rc_),
352353
"FetchAndActivate"));
353354
uint64_t current_fetch_time = rc_->GetInfo().fetch_time;
354355
// Making sure the config settings's fetch interval is 12 hours

0 commit comments

Comments
 (0)