Skip to content

Commit cfe6f4e

Browse files
committed
Adding comments for testSignInWithCredentialSuccess
1 parent c3389c6 commit cfe6f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/Unit/FIRAuthTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ - (void)testSignInWithGoogleCredentialFailure {
14241424
/** @fn testSignInWithOAuthCredentialWithDisplayNameSuccess
14251425
@brief Tests the flow of a successful @c signInWithCredential:completion: call
14261426
with an Apple Sign-In credential.
1427-
This method differntiate the testSignInWithCredentialSuccess only in verifying displayName
1427+
This method differntiates the testSignInWithCredentialSuccess only in verifying displayName
14281428
*/
14291429
- (void)testSignInWithOAuthCredentialWithDisplayNameSuccess {
14301430
OCMExpect([_mockBackend verifyAssertion:[OCMArg any] callback:[OCMArg any]])

0 commit comments

Comments
 (0)