We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bca4a5 commit ecf4494Copy full SHA for ecf4494
test/parallel/test-tls-net-connect-prefer-path.js
@@ -52,7 +52,7 @@ function testLib(lib, cb) {
52
}));
53
client.on('end', common.mustCall(() => {
54
const resp = Buffer.concat(bufs).toString();
55
- assert.strictEqual(`${libName(lib)}:${unixServer.address()}`, resp);
+ assert.strictEqual(resp, `${libName(lib)}:${unixServer.address()}`);
56
tcpServer.close();
57
unixServer.close();
58
cb();
0 commit comments