Skip to content

Commit 97faab1

Browse files
Merge
2 parents 076af38 + 20fe010 commit 97faab1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public void testGetAllOverlaysSinceBatchId() {
153153
verifyOverlayContains(overlays, "coll/doc3", "coll/doc4");
154154
}
155155

156+
<<<<<<< HEAD
156157
@Test
157158
public void testGetAllOverlaysFromCollectionGroupEnforcesCollectionGroup() {
158159
saveOverlays(2, "coll1/doc1", "coll2/doc1");
@@ -191,6 +192,8 @@ public void testGetAllOverlaysFromCollectionGroupWithLimitIncludesFullBatches()
191192
verifyOverlayContains(overlays, "coll/doc1", "coll/doc2", "coll/doc3");
192193
}
193194

195+
=======
196+
>>>>>>> @{-1}
194197
void verifyOverlayContains(Map<DocumentKey, Overlay> overlays, String... keys) {
195198
Set<DocumentKey> expected = Arrays.stream(keys).map(TestUtil::key).collect(Collectors.toSet());
196199
assertThat(overlays.keySet()).containsExactlyElementsIn(expected);

0 commit comments

Comments
 (0)