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

Commit 95b91d9

Browse files
chore: generate libraries at Tue Jul 1 16:44:53 UTC 2025
1 parent 54b6848 commit 95b91d9

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-firestore</artifactId>
44-
<version>3.31.6</version>
44+
<version>3.31.7</version>
4545
</dependency>
4646

4747
```

google-cloud-firestore/src/test/java/com/google/cloud/firestore/QueryTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,9 +1535,7 @@ public void documentSnapshotGetDataSize() {
15351535
// Test with a non-existent document
15361536
DocumentSnapshot missingSnapshot =
15371537
DocumentSnapshot.fromMissing(
1538-
firestoreMock,
1539-
firestoreMock.document("coll/doc"),
1540-
Timestamp.now());
1538+
firestoreMock, firestoreMock.document("coll/doc"), Timestamp.now());
15411539
assertEquals(0, missingSnapshot.getDataSize());
15421540
}
15431541
}

0 commit comments

Comments
 (0)