Skip to content

Commit

Permalink
Update FIRSignUpNewUserResponseTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
renkelvin committed Oct 11, 2023
1 parent a361330 commit 0b53798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FirebaseAuth/Tests/Unit/FIRSignUpNewUserResponseTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ - (void)testSuccessfulSignUp {
[[FIRSignUpNewUserRequest alloc] initWithEmail:kTestEmail
password:kTestPassword
displayName:kTestDisplayName
idToken:kTestIDToken
requestConfiguration:_requestConfiguration];

__block BOOL callbackInvoked;
Expand Down

0 comments on commit 0b53798

Please sign in to comment.