Skip to content

Commit

Permalink
test: removing assertion message
Browse files Browse the repository at this point in the history
The default message will be printed if the assertion fires.

PR-URL: #19054
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
wuweiweiwu authored and Wei-Wei Wu committed Feb 28, 2018
1 parent c3eb3ef commit 011629b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-crypto-binary-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,14 @@ assert.strictEqual(a1, '8308651804facb7b9af8ffc53a33a22d6a1c8ac2');

assert.strictEqual(a2, '2bX1jws4GYKTlxhloUB09Z66PoJZW+y+hq5R8dnx9l4=');

// Test SHA512 as assumed latin1
assert.strictEqual(
a3,
'\u00c1(4\u00f1\u0003\u001fd\u0097!O\'\u00d4C/&Qz\u00d4' +
'\u0094\u0015l\u00b8\u008dQ+\u00db\u001d\u00c4\u00b5}\u00b2' +
'\u00d6\u0092\u00a3\u00df\u00a2i\u00a1\u009b\n\n*\u000f' +
'\u00d7\u00d6\u00a2\u00a8\u0085\u00e3<\u0083\u009c\u0093' +
'\u00c2\u0006\u00da0\u00a1\u00879(G\u00ed\'',
'Test SHA512 as assumed latin1'
'\u00c2\u0006\u00da0\u00a1\u00879(G\u00ed\''
);

assert.deepStrictEqual(
Expand Down

0 comments on commit 011629b

Please sign in to comment.