★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/47b10e30c0Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

test: replace third argument with comment in strict equals

PR-URL: #21603
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information...
DeveloperDavo authored and targos committed Jun 30, 2018
1 parent 4fa7150 commit 47b10e30c07833d6642ed7216ebbeab036692acd
Showing with 2 additions and 1 deletion.
  1. +2 −1 test/parallel/test-tls-env-bad-extra-ca.js
@@ -29,7 +29,8 @@ let stderr = '';

fork(__filename, opts)
.on('exit', common.mustCall(function(status) {
assert.strictEqual(status, 0, 'client did not succeed in connecting');
// Check that client succeeded in connecting.
assert.strictEqual(status, 0);
}))
.on('close', common.mustCall(function() {
// TODO(addaleax): Make `SafeGetenv` work like `process.env`

0 comments on commit 47b10e3

Please sign in to comment.
You can’t perform that action at this time.