Skip to content

Commit

Permalink
Merge pull request #1151 from nylen/fix-localAddress-osx
Browse files Browse the repository at this point in the history
Fix localAddress test on OS X
  • Loading branch information
mikeal committed Oct 13, 2014
2 parents ea5aa0f + 591395c commit d6d6206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-localAddress.js
Expand Up @@ -19,7 +19,6 @@ tape('bind to local address', function(t) {
localAddress: '127.0.0.1'
}, function(err, res) {
t.notEqual(err, null)
t.equal(err.message, 'connect EINVAL')
t.equal(res, undefined)
t.end()
})
Expand Down

0 comments on commit d6d6206

Please sign in to comment.