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.
1 parent bb96537 commit b93862aCopy full SHA for b93862a
Firestore/Swift/Tests/Integration/AsyncAwaitIntegrationTests.swift
@@ -74,7 +74,7 @@ let emptyBundle = """
74
XCTAssertNil(value, "value should be nil on success")
75
}
76
77
- func testCount() async throws{
+ func testCount() async throws {
78
let collection = collectionRef()
79
try await collection.addDocument(data: [:])
80
let snapshot = try await collection.count.aggregation(source: .server)
0 commit comments