Skip to content

Commit 40c1313

Browse files
committed
fixup! test: ensure assertions are reachable in test/internet
1 parent bc07c8f commit 40c1313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internet/test-dns-ipv4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function test(f) {
1919
if (f) {
2020
running = true;
2121
console.log(f.name);
22-
f(done).then(common.mustCall());
22+
f(done)?.then(common.mustCall());
2323
}
2424
}
2525

0 commit comments

Comments
 (0)