We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b969a35 commit b274a64Copy full SHA for b274a64
1 file changed
test/parallel/test-socketaddress.js
@@ -151,6 +151,7 @@ describe('net.SocketAddress...', () => {
151
{ input: '127.0.0.1:80', address: '127.0.0.1', port: 80, family: 'ipv4' },
152
{ input: '127.0.0.1:443', address: '127.0.0.1', port: 443, family: 'ipv4' },
153
{ input: '[::1]:80', address: '::1', port: 80, family: 'ipv6' },
154
+ { input: '[::1]:443', address: '::1', port: 443, family: 'ipv6' },
155
];
156
157
good.forEach((i) => {
0 commit comments