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 1f19f20 commit 2c90822Copy full SHA for 2c90822
Firestore/Swift/Tests/Integration/AsyncAwaitIntegrationTests.swift
@@ -45,6 +45,7 @@ let emptyBundle = """
45
46
func testRunTransactionDoesNotCrashOnNilSuccess() async throws {
47
let document = collectionRef().document()
48
+ 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