Skip to content

Commit 39e3203

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 0d5df6b commit 39e3203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/firestore/test/unit/specs/perf_spec.test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import { Query } from '../../../src/core/query';
18-
import {doc, filter, orderBy, path} from '../../util/helpers';
18+
import { doc, filter, orderBy, path } from '../../util/helpers';
1919

2020
import { describeSpec, specTest } from './describe_spec';
2121
import { spec } from './spec_builder';
@@ -259,15 +259,15 @@ describeSpec(
259259

260260
for (let j = 0; j < queriesPerStep; ++j) {
261261
const query = Query.atPath(path(collPath)).addFilter(
262-
filter('val', '<=', j)
262+
filter('val', '<=', j)
263263
);
264264
queries.push(query);
265265
steps = steps.userListens(query).watchAcks(query);
266266
}
267267

268268
steps = steps
269-
.watchSends({affects: queries}, matchingDoc)
270-
.watchSnapshots(++currentVersion);
269+
.watchSends({ affects: queries }, matchingDoc)
270+
.watchSnapshots(++currentVersion);
271271

272272
for (const query of queries) {
273273
steps = steps.expectEvents(query, {

0 commit comments

Comments
 (0)