Skip to content

Commit ad53de3

Browse files
committed
Remove comment
1 parent f7030a4 commit ad53de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/test/unit/local/local_store_indexeddb.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ describe('LocalStore w/ IndexedDB Persistence (Non generic)', () => {
421421
await test.writeMutations(deleteMutation('coll/b'));
422422
await test.backfillIndexes();
423423

424-
// The query engine first reads the documents by key and then re-runs the query without limit.
425424
await test.executeQuery(queryCount);
426425
test.assertRemoteDocumentsRead(2, 0);
427426
test.assertOverlaysRead(2, 0);

0 commit comments

Comments
 (0)