Skip to content

Commit

Permalink
fixed worker test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Dec 22, 2024
1 parent e4bbe2d commit 95f3825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/worker_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ describe('Workers', function () {

workers.on(event.all.result, (status) => {
expect(status).equal(false)
expect(passedCount).equal(4)
expect(failedCount).equal(1)
expect(passedCount).equal(3)
expect(failedCount).equal(2)
done()
})
})
Expand Down

0 comments on commit 95f3825

Please sign in to comment.