We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba9406 commit ea76bd6Copy full SHA for ea76bd6
firebase-firestore/src/test/java/com/google/firebase/firestore/local/LocalStoreTestCase.java
@@ -759,7 +759,7 @@ public void testHandlesDeleteMutationThenPatchMutationThenAckThenAck() {
759
760
acknowledgeMutation(2); // delete mutation
761
assertRemoved("foo/bar");
762
- assertContains(deletedDoc("foo/bar", 2).setHasCommittedMutations());
+ assertContains(deletedDoc("foo/bar", 0).setHasLocalMutations());
763
764
acknowledgeMutation(3); // patch mutation
765
assertChanged(unknownDoc("foo/bar", 3));
0 commit comments