Skip to content

Commit 97f98a2

Browse files
Sort some imports
1 parent abf072d commit 97f98a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/firestore/test/unit/local/test_remote_document_cache.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*/
1717

1818
import { Query } from '../../../src/core/query';
19+
import { SnapshotVersion } from '../../../src/core/snapshot_version';
20+
import { IndexedDbRemoteDocumentCache } from '../../../src/local/indexeddb_remote_document_cache';
1921
import { Persistence } from '../../../src/local/persistence';
2022
import { PersistencePromise } from '../../../src/local/persistence_promise';
2123
import { RemoteDocumentCache } from '../../../src/local/remote_document_cache';
@@ -28,7 +30,10 @@ import {
2830
} from '../../../src/model/collections';
2931
import { MaybeDocument } from '../../../src/model/document';
3032
import { DocumentKey } from '../../../src/model/document_key';
33+
<<<<<<< HEAD
3134
import { SnapshotVersion } from '../../../src/core/snapshot_version';
35+
=======
36+
>>>>>>> ea391a2d... Sort some imports
3237

3338
/**
3439
* A wrapper around a RemoteDocumentCache that automatically creates a

0 commit comments

Comments
 (0)