Skip to content

Commit ea76bd6

Browse files
committed
Fix test failure
1 parent bba9406 commit ea76bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/local/LocalStoreTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public void testHandlesDeleteMutationThenPatchMutationThenAckThenAck() {
759759

760760
acknowledgeMutation(2); // delete mutation
761761
assertRemoved("foo/bar");
762-
assertContains(deletedDoc("foo/bar", 2).setHasCommittedMutations());
762+
assertContains(deletedDoc("foo/bar", 0).setHasLocalMutations());
763763

764764
acknowledgeMutation(3); // patch mutation
765765
assertChanged(unknownDoc("foo/bar", 3));

0 commit comments

Comments
 (0)