aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
diff options
context:
space:
mode:
authorGravatar Ivan <gonzalezivan@google.com>2017-10-23 13:46:46 -0700
committerGravatar Ivan <gonzalezivan@google.com>2017-10-23 13:46:46 -0700
commit13d59e3067b3fdb8a944eb1b828cd455a4f452af (patch)
treeaaae6385f5f8f209891f37bfef649e9a75f9fa05 /Example
parent4cf46e4123b91a29b1bd8749e3717aa33243bc66 (diff)
handles unstructured errors on redirect URLs
Diffstat (limited to 'Example')
-rw-r--r--Example/Auth/Tests/FIRPhoneAuthProviderTests.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Example/Auth/Tests/FIRPhoneAuthProviderTests.m b/Example/Auth/Tests/FIRPhoneAuthProviderTests.m
index d99dc0e..a1ba33e 100644
--- a/Example/Auth/Tests/FIRPhoneAuthProviderTests.m
+++ b/Example/Auth/Tests/FIRPhoneAuthProviderTests.m
@@ -732,8 +732,7 @@ static const NSTimeInterval kExpectationTimeout = 1;
}
/** @fn testVerifyPhoneNumberUIDelegateUnstructuredError
- @brief Tests a invocation of @c verifyPhoneNumber:UIDelegate:completion: which results in an
- invalid client ID.
+ @brief Tests a invocation of @c verifyPhoneNumber:UIDelegate:completion: which results in an error being surfaced due to an unexpected structure of the error response.
*/
- (void)testVerifyPhoneNumberUIDelegateUnstructuredError {
id mockBundle = OCMClassMock([NSBundle class]);