Skip to content

Commit 830c3a8

Browse files
Drop only
1 parent 1e550fc commit 830c3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ function genericQueryEngineTest(
564564
verifyResult(results, [doc2]);
565565
});
566566

567-
it.only('re-fills indexed limit queries', async () => {
567+
it('re-fills indexed limit queries', async () => {
568568
debugAssert(durable, 'Test requires durable persistence');
569569

570570
const doc1 = doc('coll/1', 1, { 'a': 1 });

0 commit comments

Comments
 (0)