Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
fix(test): travis ipv6 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jan 24, 2019
1 parent 26ce060 commit ed1bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/listen-and-dial.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('websocket-star-multi', () => {
l.push(listener)
listener.listen(getMa(id), err => {
expect(err).to.not.exist()
expect(listener.online).to.have.lengthOf(3)
expect(listener.online).to.have.lengthOf(!process.env.TRAVIS ? 3 : 2)
cb()
})
})
Expand Down

0 comments on commit ed1bff0

Please sign in to comment.