Skip to content

Commit

Permalink
Update FacebookAuthTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin committed Nov 14, 2023
1 parent f645e1e commit 2977069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Tests/Sample/ApiTests/FacebookAuthTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ - (NSDictionary *)createFacebookTestingAccount {
__block NSData *data = nil;
[fetcher beginFetchWithCompletionHandler:^(NSData *receivedData, NSError *error) {
if (error) {
NSLog(@"Creating Facebook account finished with error: %@", error);
NSLog(@"Error: Creating Facebook account finished with error: %@", error);
return;
}
data = receivedData;
Expand Down

0 comments on commit 2977069

Please sign in to comment.