Skip to content

Commit 9e53732

Browse files
authored
[Infra] Fix warning in Auth's 'SwiftAPI.swift' tests (#13633)
1 parent bf29b4b commit 9e53732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/Unit/SwiftAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class AuthAPI_hOnlyTests: XCTestCase {
353353
}
354354
}
355355
let obj = FederatedAuthImplementation()
356-
try await _ = obj.credential(with: nil)
356+
_ = try await obj.credential(with: nil)
357357
}
358358

359359
func FIRFederatedAuthProvider_h() {

0 commit comments

Comments
 (0)