We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d075814 commit 2d68988Copy full SHA for 2d68988
test/parallel/test-dgram-address.js
@@ -77,5 +77,5 @@ if (common.hasIPv6) {
77
78
assert.throws(() => {
79
socket.address();
80
- }, /^Error: getsockname EINVAL$/);
+ }, /^Error: getsockname EBADF$/);
81
}
0 commit comments