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 2c90822 commit 7754745Copy full SHA for 7754745
Firestore/Swift/Tests/Integration/AsyncAwaitIntegrationTests.swift
@@ -45,7 +45,7 @@ let emptyBundle = """
45
46
func testRunTransactionDoesNotCrashOnNilSuccess() async throws {
47
let document = collectionRef().document()
48
- try await document.setData(["":""]) // ensure document exists
+ try await document.setData(["": ""]) // ensure document exists
49
let value = try await db.runTransaction { transact, error in
50
transact.setData(["test": "test"], forDocument: document)
51
return nil // should not crash
0 commit comments