Skip to content

Commit

Permalink
CI: fix tests on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed May 6, 2016
1 parent bcad9f2 commit ddf4d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bonjour.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test('bonjour.find', function (bonjour, t) {
t.equal(s.type, 'test')
t.equal(s.protocol, 'tcp')
t.deepEqual(s.subtypes, [])
t.deepEqual(s.addresses, getAddresses())
t.deepEqual(s.addresses.sort(), getAddresses().sort())

if (++ups === 2) {
// use timeout in an attempt to make sure the invalid record doesn't
Expand Down

0 comments on commit ddf4d05

Please sign in to comment.