Skip to content

Commit 8714404

Browse files
Lint fix
1 parent 6854745 commit 8714404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('IndexedDbTransaction', () => {
7070
expect(commitCount).to.equal(0);
7171

7272
++runCount;
73-
if (runCount == 1) {
73+
if (runCount === 1) {
7474
// Trigger a unique key violation
7575
return targetsStore
7676
.add({ targetId: 1 })

0 commit comments

Comments
 (0)