Skip to content

Commit

Permalink
[Infra] Fix warning in Auth's 'SwiftAPI.swift' tests (#13633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Sep 13, 2024
1 parent bf29b4b commit 9e53732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Tests/Unit/SwiftAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class AuthAPI_hOnlyTests: XCTestCase {
}
}
let obj = FederatedAuthImplementation()
try await _ = obj.credential(with: nil)
_ = try await obj.credential(with: nil)
}

func FIRFederatedAuthProvider_h() {
Expand Down

0 comments on commit 9e53732

Please sign in to comment.