Skip to content

Commit c6fd550

Browse files
committed
[Infra] Fix RC nightly failure
1 parent 22573fb commit c6fd550

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseRemoteConfig/Tests/Unit/RCNRemoteConfigTest.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,9 +1654,8 @@ - (void)testRemoveRealtimeListener {
16541654
OCMVerify([self->_configRealtime[i] pauseRealtimeStream]);
16551655
[expectations[i] fulfill];
16561656
});
1657-
1658-
[self waitForExpectationsWithTimeout:_expectationTimeout handler:nil];
16591657
}
1658+
[self waitForExpectations:expectations.copy timeout:_expectationTimeout];
16601659
}
16611660

16621661
- (void)testRealtimeFetch {

0 commit comments

Comments
 (0)