Skip to content

Commit 7eeeeb5

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 3a63c2a commit 7eeeeb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export class TestRemoteDocumentCache {
134134
txn => {
135135
debugAssert(
136136
this.cache instanceof IndexedDbRemoteDocumentCache,
137-
'getNewDocumentChanges is only supported by IndexedDB'
137+
'getNewDocumentChanges() requires IndexedDB'
138138
);
139139
return this.cache.getNewDocumentChanges(txn, sinceReadTime);
140140
}

packages/firestore/test/unit/specs/spec_test_components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
GarbageCollectionScheduler,
2525
Persistence,
2626
PersistenceTransaction,
27-
PersistenceTransactionMode,
27+
PersistenceTransactionMode
2828
} from '../../../src/local/persistence';
2929
import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence';
3030
import { PersistencePromise } from '../../../src/local/persistence_promise';

0 commit comments

Comments
 (0)