We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@unchecked
MockQuery
1 parent de80eaf commit 907df98Copy full SHA for 907df98
FirebaseCombineSwift/Tests/Unit/Firestore/GetDocumentsTests.swift
@@ -20,7 +20,7 @@ import XCTest
20
21
class GetDocumentsTests: XCTestCase {
22
let expectationTimeout: TimeInterval = 2
23
- class MockQuery: QueryFake {
+ class MockQuery: QueryFake, @unchecked Sendable {
24
var mockGetDocuments: () throws -> QuerySnapshot = {
25
fatalError("You need to implement \(#function) in your mock.")
26
}
0 commit comments