Skip to content

Commit 53c598d

Browse files
committed
test
1 parent 27ac6b9 commit 53c598d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Swift/Tests/Integration/AsyncAwaitIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ let emptyBundle = """
7171
try await document.setData(["": ""]) // ensure document exists
7272
let value = try await db.runTransaction { transact, error in
7373
transact.setData(["test": "test"], forDocument: document)
74-
return nil // should not crash
74+
return NSNull() // should not crash
7575
}
7676

7777
XCTAssertNil(value, "value should be nil on success")

0 commit comments

Comments
 (0)