Skip to content

Commit

Permalink
test: removed msg on assert.strictEqual on test-tls-pfx-nodejsgh-5100-…
Browse files Browse the repository at this point in the history
…regr
  • Loading branch information
Saeed-Navarik committed Oct 6, 2017
1 parent 4f339b5 commit 5946b47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/parallel/test-tls-pfx-gh-5100-regr.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const server = tls.createServer({
}, common.mustCall(function(c) {
assert.strictEqual(
c.authorizationError,
null,
'authorizationError must be null'
null
);
c.end();
})).listen(0, function() {
Expand Down

0 comments on commit 5946b47

Please sign in to comment.