Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 5fea6d9

Browse files
chore: generate libraries at Mon Mar 30 18:21:43 UTC 2026
1 parent d721fa9 commit 5fea6d9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

google-cloud-firestore/src/test/java/com/google/cloud/firestore/it/ITPipelineTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3563,7 +3563,11 @@ public void testPipelineInTransactions() throws Exception {
35633563
assertThat(data(results))
35643564
.isEqualTo(
35653565
Lists.newArrayList(
3566-
map("title", "The Hitchhiker's Guide to the Galaxy", "awards", map("hugo", true)),
3566+
map(
3567+
"title",
3568+
"The Hitchhiker's Guide to the Galaxy",
3569+
"awards",
3570+
map("hugo", true)),
35673571
map("title", "Dune", "awards", map("hugo", true))));
35683572

35693573
transaction.update(collection.document("book1"), map("foo", "bar"));

0 commit comments

Comments
 (0)