Skip to content

Commit

Permalink
Remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
popeeyy committed Jun 1, 2024
1 parent 16abe64 commit 3dfc963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/domains.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ describe('#whoiser.domain()', function() {
assert.equal(whois['whois.domain-registry.nl']['Domain Name'], 'google.nl', 'Domain name doesn\'t match')
assert.equal(whois['whois.domain-registry.nl']['Name Server'].length, 4, 'Incorrect number of NS returned')
});


it('returns WHOIS for "jprs.jp"', async function() {
let whois = await whoiser.domain('jprs.jp')
Expand Down

0 comments on commit 3dfc963

Please sign in to comment.