|
43 | 43 | #import "FIRVerifyClientResponse.h"
|
44 | 44 | #import "OCMStubRecorder+FIRAuthUnitTests.h"
|
45 | 45 | #import "Phone/FIRPhoneAuthCredential_Internal.h"
|
46 |
| -#import "Phone/NSString+FIRAuth.h" |
47 | 46 |
|
48 | 47 | @import SafariServices;
|
49 | 48 |
|
@@ -328,7 +327,6 @@ - (void)testVerifyPhoneNumber {
|
328 | 327 | XCTAssertTrue([NSThread isMainThread]);
|
329 | 328 | XCTAssertNil(error);
|
330 | 329 | XCTAssertEqualObjects(verificationID, kTestVerificationID);
|
331 |
| - XCTAssertEqualObjects(verificationID.fir_authPhoneNumber, kTestPhoneNumber); |
332 | 330 | [expectation fulfill];
|
333 | 331 | }];
|
334 | 332 | [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
|
@@ -443,7 +441,6 @@ - (void)testVerifyPhoneNumberUIDelegate {
|
443 | 441 | XCTAssertTrue([NSThread isMainThread]);
|
444 | 442 | XCTAssertNil(error);
|
445 | 443 | XCTAssertEqualObjects(verificationID, kTestVerificationID);
|
446 |
| - XCTAssertEqualObjects(verificationID.fir_authPhoneNumber, kTestPhoneNumber); |
447 | 444 | [expectation fulfill];
|
448 | 445 | }];
|
449 | 446 | [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
|
@@ -711,7 +708,6 @@ - (void)testVerifyClient {
|
711 | 708 | XCTAssertTrue([NSThread isMainThread]);
|
712 | 709 | XCTAssertNil(error);
|
713 | 710 | XCTAssertEqualObjects(verificationID, kTestVerificationID);
|
714 |
| - XCTAssertEqualObjects(verificationID.fir_authPhoneNumber, kTestPhoneNumber); |
715 | 711 | [expectation fulfill];
|
716 | 712 | }];
|
717 | 713 | [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
|
@@ -893,7 +889,6 @@ - (void)testSendVerificationCodeSuccessFulRetry {
|
893 | 889 | completion:^(NSString *_Nullable verificationID, NSError *_Nullable error) {
|
894 | 890 | XCTAssertNil(error);
|
895 | 891 | XCTAssertEqualObjects(verificationID, kTestVerificationID);
|
896 |
| - XCTAssertEqualObjects(verificationID.fir_authPhoneNumber, kTestPhoneNumber); |
897 | 892 | [expectation fulfill];
|
898 | 893 | }];
|
899 | 894 | [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
|
|
0 commit comments