Skip to content

Commit f4fddc6

Browse files
committed
remove .only
1 parent e2b02a6 commit f4fddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/api_internal/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ apiDescribe('Queries', persistence => {
4646
// Firestore emulator once the emulator is improved to include a bloom filter
4747
// in the existence filter messages that it sends.
4848
// eslint-disable-next-line no-restricted-properties
49-
(USE_EMULATOR ? it.skip : it.only)(
49+
(USE_EMULATOR ? it.skip : it)(
5050
'resuming a query should use bloom filter to avoid full requery',
5151
async () => {
5252
// Prepare the names and contents of the 100 documents to create.

0 commit comments

Comments
 (0)