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 6121e9e commit a09a614Copy full SHA for a09a614
firebase-firestore/src/test/java/com/google/firebase/firestore/local/SQLiteLocalStoreTest.java
@@ -477,7 +477,6 @@ public void testIndexAutoCreationWorksWhenBackfillerRunsHalfway() {
477
// Based on current heuristic, collection document counts (5) > 2 * resultSize (2).
478
// Full matched index should be created.
479
executeQuery(query);
480
- // Only document a matches the result
481
assertRemoteDocumentsRead(/* byKey= */ 0, /* byCollection= */ 2);
482
assertQueryReturned("coll/a", "coll/e");
483
0 commit comments