Skip to content

Commit 5f40f69

Browse files
committed
format
1 parent 5eb19a1 commit 5f40f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,9 +1615,9 @@ apiDescribe('Queries', (persistence: boolean) => {
16151615
});
16161616
});
16171617
});
1618-
1618+
16191619
// eslint-disable-next-line no-restricted-properties
1620-
(persistence ? it.skip: it)(
1620+
(persistence ? it.skip : it)(
16211621
'can raise expected snapshot when resume query after deleting docs',
16221622
() => {
16231623
const testDocs = {};

0 commit comments

Comments
 (0)