Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Sep 20, 2024
1 parent 8cbdf1e commit 9fa2a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('Job', function () {

afterEach(async function () {
await queue.close();
//await removeAllQueueData(new IORedis(redisHost), queueName);
await removeAllQueueData(new IORedis(redisHost), queueName);
});

afterAll(async function () {
Expand Down

0 comments on commit 9fa2a2a

Please sign in to comment.