|
|
@@ -20,7 +20,7 @@ import XCTest
|
|
|
|
|
|
class GetDocumentsTests: XCTestCase {
|
|
|
let expectationTimeout: TimeInterval = 2
|
|
|
- class MockQuery: QueryFake {
|
|
|
+ class MockQuery: QueryFake, @unchecked Sendable {
|
|
|
var mockGetDocuments: () throws -> QuerySnapshot = {
|
|
|
fatalError("You need to implement \(#function) in your mock.")
|
|
|
}
|