Skip to content

Commit

Permalink
FIX lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Aug 22, 2024
1 parent 487e0b0 commit 09ecc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/rx-pipeline.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ describeParallel('rx-pipeline.test.js', () => {
await p2.awaitIdle();

assert.ok(runAt.length > 0);
runAt.forEach(i => assert.strictEqual(i, 'c1'))
runAt.forEach(i => assert.strictEqual(i, 'c1'));

c1.database.destroy();
c2.database.destroy();
Expand Down

0 comments on commit 09ecc80

Please sign in to comment.