@@ -467,7 +467,6 @@ - (void)testPhoneAuthSuccess {
467
467
to an empty verification code
468
468
*/
469
469
- (void )testPhoneAuthMissingVerificationCode {
470
- [self expectGetAccountInfo ];
471
470
XCTestExpectation *expectation = [self expectationWithDescription: @" callback" ];
472
471
[[FIRAuth auth ] signOut: NULL ];
473
472
FIRAuthCredential *credential =
@@ -490,7 +489,6 @@ - (void)testPhoneAuthMissingVerificationCode {
490
489
to an empty verification ID.
491
490
*/
492
491
- (void )testPhoneAuthMissingVerificationID {
493
- [self expectGetAccountInfo ];
494
492
XCTestExpectation *expectation = [self expectationWithDescription: @" callback" ];
495
493
[[FIRAuth auth ] signOut: NULL ];
496
494
FIRAuthCredential *credential =
@@ -1059,7 +1057,6 @@ - (void)testSignInWithEmailCredentialFailure {
1059
1057
*/
1060
1058
- (void )testSignInWithEmailCredentialEmptyPassword {
1061
1059
NSString *emptyString = @" " ;
1062
- [self expectGetAccountInfo ];
1063
1060
XCTestExpectation *expectation = [self expectationWithDescription: @" callback" ];
1064
1061
[[FIRAuth auth ] signOut: NULL ];
1065
1062
FIRAuthCredential *emailCredential = [FIREmailAuthProvider credentialWithEmail: kEmail
@@ -1720,7 +1717,6 @@ - (void)testCreateUserAndRetrieveDataWithEmailPasswordFailure {
1720
1717
response.
1721
1718
*/
1722
1719
- (void )testCreateUserEmptyPasswordFailure {
1723
- [self expectGetAccountInfo ];
1724
1720
XCTestExpectation *expectation = [self expectationWithDescription: @" callback" ];
1725
1721
[[FIRAuth auth ] signOut: NULL ];
1726
1722
[[FIRAuth auth ]
@@ -1740,7 +1736,6 @@ - (void)testCreateUserEmptyPasswordFailure {
1740
1736
response.
1741
1737
*/
1742
1738
- (void )testCreateUserEmptyEmailFailure {
1743
- [self expectGetAccountInfo ];
1744
1739
XCTestExpectation *expectation = [self expectationWithDescription: @" callback" ];
1745
1740
[[FIRAuth auth ] signOut: NULL ];
1746
1741
[[FIRAuth auth ]
0 commit comments