Skip to content

Commit c5ada6e

Browse files
committed
Fix more tests
1 parent 5fcd4d2 commit c5ada6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/Unit/PhoneAuthProviderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@
662662
let strippedName = functionName.replacingOccurrences(of: "(", with: "")
663663
.replacingOccurrences(of: ")", with: "")
664664
FirebaseApp.configure(name: strippedName, options: options)
665-
let auth = Auth.auth(app: FirebaseApp.app(name: strippedName)!)
665+
let auth = Auth(app: FirebaseApp.app(name: strippedName)!, backend: authBackend)
666666

667667
kAuthGlobalWorkQueue.sync {
668668
// Wait for Auth protectedDataInitialization to finish.

0 commit comments

Comments
 (0)