We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda7fff commit 11e9b4eCopy full SHA for 11e9b4e
test/parallel/test-tls-env-extra-ca.js
@@ -39,6 +39,7 @@ const server = tls.createServer(options, common.mustCall(function(s) {
39
});
40
41
fork(__filename, { env }).on('exit', common.mustCall(function(status) {
42
- assert.strictEqual(status, 0, 'client did not succeed in connecting');
+ // client did not succeed in connecting
43
+ assert.strictEqual(status, 0);
44
}));
45
0 commit comments