Skip to content

Commit d1457cd

Browse files
jacobheundaviddias
authored andcommitted
fix: fix tests for ci
1 parent 1ff2ee3 commit d1457cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lock-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = (repo) => {
3232
const mochaExceptionHandler = process.listeners('uncaughtException').pop()
3333
process.removeListener('uncaughtException', mochaExceptionHandler)
3434
process.once('uncaughtException', function (err) {
35-
expect(err.message).to.match(/already held/)
35+
expect(err.message).to.match(/already held|IO error/)
3636
})
3737

3838
series([

0 commit comments

Comments
 (0)