The Wayback Machine - https://web.archive.org/web/20250407172913/https://github.com/nodejs/node/commit/1bbf143898
Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Commit 1bbf143

Browse filesBrowse files
triscuitorausMylesBorins
authored andcommitted
test: renamed assert.Equal to assert.strictEqual
1 parent c55fb73 commit 1bbf143
Copy full SHA for 1bbf143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/parallel/test-crypto-authenticated.js

Copy file name to clipboardexpand all lines: test/parallel/test-crypto-authenticated.js
+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ for (const i in TEST_CASES) {
352352
let msg = decrypt.update(test.ct, 'hex', outputEncoding);
353353
if (!test.tampered) {
354354
msg += decrypt.final(outputEncoding);
355-
assert.equal(msg, test.plain);
355+
assert.strictEqual(msg, test.plain);
356356
} else {
357357
// assert that final throws if input data could not be verified!
358358
assert.throws(function() { decrypt.final('ascii'); }, / auth/);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.