Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
craigforster committed Sep 7, 2023
1 parent c516567 commit 457ff42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Limiter.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ describe('Limiter test', function() {

assert.strictEqual(error.message, `Channel: gibberish is not valid`);
});

it('should work correctly with ugly promises', async () => {
return new Promise((resolve, reject) => {
const collection = ['waiter', 'check please'];
Expand Down

0 comments on commit 457ff42

Please sign in to comment.