Skip to content

Commit 2e3c765

Browse files
committed
Assert document round-trips correctly
1 parent fdb1ceb commit 2e3c765

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/WriteBatchTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,7 @@ public void testCanWriteVeryLargeBatches() {
279279
}
280280

281281
waitFor(batch.commit());
282+
DocumentSnapshot snap = waitFor(doc.get());
283+
assertEquals(values, snap.getData());
282284
}
283285
}

0 commit comments

Comments
 (0)