Skip to content

Commit 35b4210

Browse files
authored
Remove incorrect test expectation that was never verified. (#7631)
1 parent 372d7e5 commit 35b4210

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

FirebaseAuth/Tests/Unit/FIRAuthTests.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ - (void)testPhoneAuthSuccess {
467467
to an empty verification code
468468
*/
469469
- (void)testPhoneAuthMissingVerificationCode {
470-
[self expectGetAccountInfo];
471470
XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
472471
[[FIRAuth auth] signOut:NULL];
473472
FIRAuthCredential *credential =
@@ -490,7 +489,6 @@ - (void)testPhoneAuthMissingVerificationCode {
490489
to an empty verification ID.
491490
*/
492491
- (void)testPhoneAuthMissingVerificationID {
493-
[self expectGetAccountInfo];
494492
XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
495493
[[FIRAuth auth] signOut:NULL];
496494
FIRAuthCredential *credential =
@@ -1059,7 +1057,6 @@ - (void)testSignInWithEmailCredentialFailure {
10591057
*/
10601058
- (void)testSignInWithEmailCredentialEmptyPassword {
10611059
NSString *emptyString = @"";
1062-
[self expectGetAccountInfo];
10631060
XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
10641061
[[FIRAuth auth] signOut:NULL];
10651062
FIRAuthCredential *emailCredential = [FIREmailAuthProvider credentialWithEmail:kEmail
@@ -1720,7 +1717,6 @@ - (void)testCreateUserAndRetrieveDataWithEmailPasswordFailure {
17201717
response.
17211718
*/
17221719
- (void)testCreateUserEmptyPasswordFailure {
1723-
[self expectGetAccountInfo];
17241720
XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
17251721
[[FIRAuth auth] signOut:NULL];
17261722
[[FIRAuth auth]
@@ -1740,7 +1736,6 @@ - (void)testCreateUserEmptyPasswordFailure {
17401736
response.
17411737
*/
17421738
- (void)testCreateUserEmptyEmailFailure {
1743-
[self expectGetAccountInfo];
17441739
XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
17451740
[[FIRAuth auth] signOut:NULL];
17461741
[[FIRAuth auth]

0 commit comments

Comments
 (0)