Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 3, 2023
1 parent 6a016c3 commit a38c075
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions FirebaseAuth/Tests/Unit/SwiftAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -439,14 +439,14 @@ class AuthAPI_hOnlyTests: XCTestCase {
withEnrollmentID: "id", oneTimePassword: "code"
)
}
#endif

@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
func FIRTOTPMultiFactorGenerator_hAsync() async throws {
_ = try await TOTPMultiFactorGenerator.generateSecret(
with: MultiFactorSession(mfaCredential: "")
)
}
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
func FIRTOTPMultiFactorGenerator_hAsync() async throws {
_ = try await TOTPMultiFactorGenerator.generateSecret(
with: MultiFactorSession(mfaCredential: "")
)
}
#endif

func FIRTwitterAuthProvider_h() {
_ = TwitterAuthProvider.credential(withToken: "token", secret: "secret")
Expand Down

0 comments on commit a38c075

Please sign in to comment.