Skip to content

Commit 2d68988

Browse files
cjihrigtargos
authored andcommitted
test: update test for libuv update
Starting in libuv 1.27.0, test-dgram-address.js should expect EBADF instead of EINVAL. PR-URL: #26707 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent d075814 commit 2d68988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/parallel/test-dgram-address.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ if (common.hasIPv6) {
7777

7878
assert.throws(() => {
7979
socket.address();
80-
}, /^Error: getsockname EINVAL$/);
80+
}, /^Error: getsockname EBADF$/);
8181
}

0 commit comments

Comments
 (0)