Skip to content

Commit c140c13

Browse files
committed
Update import
1 parent 3f71923 commit c140c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { Deferred } from '@firebase/util';
2020
import { expect, use } from 'chai';
2121
import chaiAsPromised from 'chai-as-promised';
2222

23-
import { vector } from '../../../src/lite-api/field_value_impl';
2423
import { EventsAccumulator } from '../util/events_accumulator';
2524
import {
2625
addDoc,
@@ -65,7 +64,8 @@ import {
6564
newTestFirestore,
6665
SnapshotOptions,
6766
newTestApp,
68-
QuerySnapshot
67+
QuerySnapshot,
68+
vector
6969
} from '../util/firebase_export';
7070
import {
7171
apiDescribe,

0 commit comments

Comments
 (0)