Skip to content

Commit 0236a38

Browse files
Update test/unit/tasksTest.js
Co-authored-by: Mohamed Marrouchi <[email protected]>
1 parent 89ca88a commit 0236a38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: test/unit/tasksTest.js

-3
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,6 @@ describe('Rerun Task Tests', () => {
380380
it('will process empty tasks', async () => {
381381
const originalTask = await createTask()
382382
await tasks.findAndProcessAQueuedTask()
383-
// await new Promise(resolve => {
384-
// setTimeout(() => resolve(), 1000)
385-
// })
386383
const updatedTask = await TaskModel.findById(originalTask._id)
387384
updatedTask.status.should.eql('Completed')
388385
})

0 commit comments

Comments
 (0)