diff --git a/test/src/dgram.js b/test/src/dgram.js index 059a1f1c55..812acd014e 100644 --- a/test/src/dgram.js +++ b/test/src/dgram.js @@ -222,7 +222,7 @@ test('udp bind, connect, send', async (t) => { }) }) - server.bind(41236) + server.bind(41236, address) try { const r = Buffer.from(await msg).toString()