Skip to content

Commit

Permalink
Add fake to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 15, 2024
1 parent 3ea2118 commit cbcdee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FirebaseAuthUI/FirebaseAuthUITests/FUIAuthTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ - (void)setUp {
if ([FIRApp defaultApp] == nil) {
FIROptions *options = [[FIROptions alloc] initWithGoogleAppID:@"1:1069647793992:ios:91eecf4730fc920b"
GCMSenderID:@"1069647793992"];
options.APIKey = @"fakeAPIKey";
[FIRApp configureWithOptions:options];
}

Expand Down

0 comments on commit cbcdee5

Please sign in to comment.