File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/firestore/test/unit/local Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import {
29
29
queryWithLimit ,
30
30
queryWithStartAt
31
31
} from '../../../src/core/query' ;
32
+ import { FieldFilter } from '../../../src/core/target' ;
32
33
import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence' ;
33
34
import { INDEXING_SCHEMA_VERSION } from '../../../src/local/indexeddb_schema' ;
34
35
import { Persistence } from '../../../src/local/persistence' ;
@@ -58,7 +59,6 @@ import {
58
59
59
60
import * as persistenceHelpers from './persistence_test_helpers' ;
60
61
import { TestIndexManager } from './test_index_manager' ;
61
- import { FieldFilter } from '../../../src/core/target' ;
62
62
63
63
describe ( 'MemoryIndexManager' , async ( ) => {
64
64
genericIndexManagerTests ( persistenceHelpers . testMemoryEagerPersistence ) ;
You can’t perform that action at this time.
0 commit comments