Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jan 21, 2025
1 parent cff38c0 commit b173eea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ root.debug('debug test')`

await Promise.all([waitForTextOutput(cell, 'debug test', 1, false)]);

assert.strictEqual(cell2.outputs.length, 0)
assert.strictEqual(cell2.outputs.length, 0);
await kernel.dispose().catch(noop);
});

Expand Down

0 comments on commit b173eea

Please sign in to comment.