Skip to content

Commit abf9562

Browse files
committed
port listem_spec test from js sdk to android sdk
1 parent 4036f2a commit abf9562

File tree

2 files changed

+4277
-2565
lines changed

2 files changed

+4277
-2565
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/core/ViewSnapshotTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void testConstructor() {
4949
boolean hasPendingWrites = true;
5050
boolean syncStateChanges = true;
5151
boolean excludesMetadataChanges = true;
52-
boolean hasCachedResults = false;
52+
boolean hasCachedResults = true;
5353

5454
ViewSnapshot snapshot =
5555
new ViewSnapshot(

0 commit comments

Comments
 (0)