Skip to content

Commit

Permalink
Test: enhance FirebasePerformance Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Oct 5, 2024
1 parent a1e4be7 commit 6309b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ - (void)testConfigUpdateDoesNotHappenImmediately {
}

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

0 comments on commit 6309b06

Please sign in to comment.