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

Commit 135215f

Browse files
chore: generate libraries at Mon Mar 30 16:02:57 UTC 2026
1 parent 746ded3 commit 135215f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4297,7 +4297,8 @@ public void disallowDuplicateAliasesAcrossStages() {
42974297

42984298
@Test
42994299
public void testSupportsParent() throws Exception {
4300-
DocumentReference docRef = collection.document("book4").collection("reviews").document("review1");
4300+
DocumentReference docRef =
4301+
collection.document("book4").collection("reviews").document("review1");
43014302

43024303
Pipeline pipeline =
43034304
firestore

0 commit comments

Comments
 (0)