Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jun 25, 2024
1 parent 1a5b44f commit 4387547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -1097,8 +1097,8 @@ describe('Queue', () => {
}
});

describe('when job has been added again', function () {
it('emits duplicated event', async function () {
describe('when job has been added again', () => {
it('emits duplicated event', async () => {
queue.process(
async () => {
await delay(50);
Expand Down

0 comments on commit 4387547

Please sign in to comment.