Skip to content

Commit

Permalink
fix: whois now reports slightly different company name
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Jun 6, 2016
1 parent 99b6ca0 commit ea9375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/which.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('which', function () {
it('falls back to whois organization', function (done) {
which('208.43.118.0', function (err, name) {
if (err) return done(err)
name.should.equal('Softlayer Corporate C')
name.should.match(/SoftLayer/)
return done()
})
})
Expand Down

0 comments on commit ea9375b

Please sign in to comment.