Skip to content

Commit c3da39c

Browse files
Fix test failure (#2256)
1 parent fd66c1a commit c3da39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ describe('IndexedDbSchema: createOrUpgradeDb', () => {
777777
// Migrate to v9 and verify that new documents are indexed.
778778
await withDb(9, db => {
779779
const sdb = new SimpleDb(db);
780-
return sdb.runTransaction('readwrite-idempotent', V8_STORES, txn => {
780+
return sdb.runTransaction('readwrite', V8_STORES, txn => {
781781
const remoteDocumentStore = txn.store<
782782
DbRemoteDocumentKey,
783783
DbRemoteDocument

0 commit comments

Comments
 (0)