Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: fix dns caching test
  • Loading branch information
Ethan-Arrowood committed May 27, 2025
commit 35d2ee69b9364be6978df4e50e4c5450940a5c4e
2 changes: 1 addition & 1 deletion test/parallel/test-dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ assert.throws(() => {
(answer) => Object.assign({ domain }, answer)
),
}), port, address);
}, cases.length * 2 - 1));
}, cases.length * 2));

server.bind(0, common.mustCall(() => {
const address = server.address();
Expand Down
Loading