summaryrefslogtreecommitdiff
path: root/test/async-hooks/test-getaddrinforeqwrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/async-hooks/test-getaddrinforeqwrap.js')
-rw-r--r--test/async-hooks/test-getaddrinforeqwrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-getaddrinforeqwrap.js b/test/async-hooks/test-getaddrinforeqwrap.js
index f2a978d764..7291ea8a30 100644
--- a/test/async-hooks/test-getaddrinforeqwrap.js
+++ b/test/async-hooks/test-getaddrinforeqwrap.js
@@ -15,7 +15,7 @@ const hooks = initHooks();
hooks.enable();
dns.lookup('www.google.com', 4, common.mustCall(onlookup));
function onlookup() {
- // we don't care about the error here in order to allow
+ // We don't care about the error here in order to allow
// tests to run offline (lookup will fail in that case and the err be set);
const as = hooks.activitiesOfTypes('GETADDRINFOREQWRAP');