Skip to content

Commit cf2e7bf

Browse files
authored
Test: enhance FirebasePerformance Unit tests (#13823)
1 parent ccc9101 commit cf2e7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebasePerformance/Tests/Unit/Configurations/FPRRemoteConfigFlagsTest.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ - (void)testConfigUpdateDoesNotHappenImmediately {
195195
}
196196

197197
/** Validate the configuration update does not happen immediately after fetching. */
198-
- (void)testConfigUpdateHappensIfIntialFetchHasNotHappened {
198+
- (void)testConfigUpdateHappensIfInitialFetchHasNotHappened {
199199
FPRFakeRemoteConfig *remoteConfig = [[FPRFakeRemoteConfig alloc] init];
200200
remoteConfig.lastFetchStatus = FIRRemoteConfigFetchStatusNoFetchYet;
201201
remoteConfig.lastFetchTime = nil;

0 commit comments

Comments
 (0)