Skip to content

Commit f95db79

Browse files
committed
Format.
1 parent 92c0d16 commit f95db79

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,16 +2315,16 @@ apiDescribe('Queries', persistence => {
23152315
});
23162316
});
23172317

2318-
// eslint-disable-next-line no-restricted-properties
2319-
it('supports order by equality', () => {
2320-
const testDocs = {
2321-
doc1: { a: 1, b: [0] },
2322-
doc2: { b: [1] },
2323-
doc3: { a: 3, b: [2, 7], c: 10 },
2324-
doc4: { a: 1, b: [3, 7] },
2325-
doc5: { a: 1 },
2326-
doc6: { a: 2, c: 20 }
2327-
};
2318+
// eslint-disable-next-line no-restricted-properties
2319+
it('supports order by equality', () => {
2320+
const testDocs = {
2321+
doc1: { a: 1, b: [0] },
2322+
doc2: { b: [1] },
2323+
doc3: { a: 3, b: [2, 7], c: 10 },
2324+
doc4: { a: 1, b: [3, 7] },
2325+
doc5: { a: 1 },
2326+
doc6: { a: 2, c: 20 }
2327+
};
23282328

23292329
return withTestCollection(persistence, testDocs, async coll => {
23302330
await checkOnlineAndOfflineResultsMatch(

0 commit comments

Comments
 (0)