Skip to content

Commit ea391a2

Browse files
Sort some imports
1 parent d277a69 commit ea391a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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,8 +30,6 @@ import {
2830
} from '../../../src/model/collections';
2931
import { MaybeDocument } from '../../../src/model/document';
3032
import { DocumentKey } from '../../../src/model/document_key';
31-
import { SnapshotVersion } from '../../../src/core/snapshot_version';
32-
import { IndexedDbRemoteDocumentCache } from '../../../src/local/indexeddb_remote_document_cache';
3333

3434
/**
3535
* A wrapper around a RemoteDocumentCache that automatically creates a

0 commit comments

Comments
 (0)