We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c59342 commit e2159eaCopy full SHA for e2159ea
Example/Auth/Tests/FIRAuthTests.m
@@ -1215,7 +1215,7 @@ - (void)testCreateUserEmptyEmailFailure {
1215
XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
1216
[[FIRAuth auth] signOut:NULL];
1217
[[FIRAuth auth] createUserWithEmail:@""
1218
- password:kPassword
+ password:kFakePassword
1219
completion:^(FIRUser *_Nullable user, NSError *_Nullable error) {
1220
XCTAssertTrue([NSThread isMainThread]);
1221
XCTAssertEqual(error.code, FIRAuthErrorCodeMissingEmail);
0 commit comments