summaryrefslogtreecommitdiff
path: root/test/parallel/test-dns-lookup.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-dns-lookup.js')
-rw-r--r--test/parallel/test-dns-lookup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-dns-lookup.js b/test/parallel/test-dns-lookup.js
index 606c1c10e6..14dfec61ee 100644
--- a/test/parallel/test-dns-lookup.js
+++ b/test/parallel/test-dns-lookup.js
@@ -27,7 +27,7 @@ const dnsPromises = dns.promises;
common.expectWarning({
// For 'internal/test/binding' module.
'internal/test/binding': [
- 'These APIs are for internal testing only. Do not use them.'
+ 'These APIs are for internal testing only. Do not use them.',
],
// For calling `dns.lookup` with falsy `hostname`.
'DeprecationWarning': {