Skip to content

Commit 92c651f

Browse files
committed
Fix imports
1 parent 8b6855c commit 92c651f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
import { expect, use } from 'chai';
1919
import chaiAsPromised from 'chai-as-promised';
2020

21-
import { pipeline } from '../../../src/api/pipeline';
22-
import { execute } from '../../../src/lite-api/pipeline_impl';
2321
import { addEqualityMatcher } from '../../util/equality_matcher';
2422
import { Deferred } from '../../util/promise';
2523
import {
24+
pipeline,
25+
execute,
2626
_internalPipelineToExecutePipelineRequestProto,
2727
add,
2828
andFunction,

0 commit comments

Comments
 (0)