Skip to content

Commit e2159ea

Browse files
authored
Fix build break from macOS - Auth merge (#59)
1 parent 5c59342 commit e2159ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Auth/Tests/FIRAuthTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ - (void)testCreateUserEmptyEmailFailure {
12151215
XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
12161216
[[FIRAuth auth] signOut:NULL];
12171217
[[FIRAuth auth] createUserWithEmail:@""
1218-
password:kPassword
1218+
password:kFakePassword
12191219
completion:^(FIRUser *_Nullable user, NSError *_Nullable error) {
12201220
XCTAssertTrue([NSThread isMainThread]);
12211221
XCTAssertEqual(error.code, FIRAuthErrorCodeMissingEmail);

0 commit comments

Comments
 (0)