Skip to content

Commit 78c4f79

Browse files
committed
make FakeAuthRecaptchaVerifier restate inherited sendable
1 parent 5d790b9 commit 78c4f79

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
@@ -818,7 +818,7 @@
818818
}
819819
}
820820

821-
class FakeAuthRecaptchaVerifier: AuthRecaptchaVerifier {
821+
class FakeAuthRecaptchaVerifier: AuthRecaptchaVerifier, @unchecked Sendable {
822822
var captchaResponse: String
823823
var error: Error?
824824
init(captchaResponse: String? = nil, error: Error? = nil) {

0 commit comments

Comments
 (0)