Skip to content

Commit

Permalink
chore(test/src/dgram.js): bind address
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Sep 15, 2023
1 parent 496abdd commit ca07489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/dgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ca07489

Please sign in to comment.