We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a091d2 commit 921ec7eCopy full SHA for 921ec7e
test/internet/test-dns-ipv6.js
@@ -165,7 +165,8 @@ TEST(function test_lookup_all_ipv6(done) {
165
assert.ok(ips.length > 0);
166
167
ips.forEach(function(ip) {
168
- assert.ok(isIPv6(ip.address));
+ assert.ok(isIPv6(ip.address),
169
+ 'Invalid IPv6: ' + ip.address.toString());
170
assert.strictEqual(ip.family, 6);
171
});
172
0 commit comments