Skip to content

Commit 95f3825

Browse files
author
DavertMik
committed
fixed worker test
1 parent e4bbe2d commit 95f3825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/worker_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ describe('Workers', function () {
105105

106106
workers.on(event.all.result, (status) => {
107107
expect(status).equal(false)
108-
expect(passedCount).equal(4)
109-
expect(failedCount).equal(1)
108+
expect(passedCount).equal(3)
109+
expect(failedCount).equal(2)
110110
done()
111111
})
112112
})

0 commit comments

Comments
 (0)