Skip to content

Commit 15ad9fc

Browse files
Merge
2 parents 2843d42 + 8714404 commit 15ad9fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ describe('IndexedDbTransaction', () => {
6666
txn.addOnCommittedListener(() => {
6767
++commitCount;
6868
});
69+
70+
expect(commitCount).to.equal(0);
6971

7072
++runCount;
71-
if (runCount == 1) {
73+
if (runCount === 1) {
7274
// Trigger a unique key violation
7375
return targetsStore
7476
.add({ targetId: 1 })

0 commit comments

Comments
 (0)