diff --git a/test/parallel/test-c-ares.js b/test/parallel/test-c-ares.js index 110d28ecf82261..383edd6f887a01 100644 --- a/test/parallel/test-c-ares.js +++ b/test/parallel/test-c-ares.js @@ -42,8 +42,7 @@ const dnsPromises = dns.promises; assert.strictEqual(res.family, 6); })(); -// Try resolution without callback - +// Try resolution without hostname. dns.lookup(null, common.mustCall((error, result, addressType) => { assert.ifError(error); assert.strictEqual(result, null);