Skip to content

Commit 907df98

Browse files
[Infra] Add @unchecked Sendable to MockQuery (#15124)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent de80eaf commit 907df98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseCombineSwift/Tests/Unit/Firestore/GetDocumentsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import XCTest
2020

2121
class GetDocumentsTests: XCTestCase {
2222
let expectationTimeout: TimeInterval = 2
23-
class MockQuery: QueryFake {
23+
class MockQuery: QueryFake, @unchecked Sendable {
2424
var mockGetDocuments: () throws -> QuerySnapshot = {
2525
fatalError("You need to implement \(#function) in your mock.")
2626
}

0 commit comments

Comments
 (0)