Skip to content

Commit a09a614

Browse files
authored
SQLiteLocalStoreTest.java: remove an incorrect comment: Only document a matches the result
1 parent 6121e9e commit a09a614

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ public void testIndexAutoCreationWorksWhenBackfillerRunsHalfway() {
477477
// Based on current heuristic, collection document counts (5) > 2 * resultSize (2).
478478
// Full matched index should be created.
479479
executeQuery(query);
480-
// Only document a matches the result
481480
assertRemoteDocumentsRead(/* byKey= */ 0, /* byCollection= */ 2);
482481
assertQueryReturned("coll/a", "coll/e");
483482

0 commit comments

Comments
 (0)