File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/firestore/test/unit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export class TestRemoteDocumentCache {
134
134
txn => {
135
135
debugAssert (
136
136
this . cache instanceof IndexedDbRemoteDocumentCache ,
137
- 'getNewDocumentChanges is only supported by IndexedDB'
137
+ 'getNewDocumentChanges() requires IndexedDB'
138
138
) ;
139
139
return this . cache . getNewDocumentChanges ( txn , sinceReadTime ) ;
140
140
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
24
24
GarbageCollectionScheduler ,
25
25
Persistence ,
26
26
PersistenceTransaction ,
27
- PersistenceTransactionMode ,
27
+ PersistenceTransactionMode
28
28
} from '../../../src/local/persistence' ;
29
29
import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence' ;
30
30
import { PersistencePromise } from '../../../src/local/persistence_promise' ;
You can’t perform that action at this time.
0 commit comments