Skip to content

Navigation Menu

Sign in
Appearance settings

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

Appearance settings

Commit 724d9c8

Browse filesBrowse files
oksemonenkotargos
authored andcommitted
test: change expected and actual values in assert call
PR-URL: #27881 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent d99e703 commit 724d9c8
Copy full SHA for 724d9c8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-crypto-lazy-transform-writable.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-crypto-lazy-transform-writable.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const stream = new OldStream();
2828

2929
stream.pipe(hasher2).on('finish', common.mustCall(function() {
3030
const hash = hasher2.read().toString('hex');
31-
assert.strictEqual(expected, hash);
31+
assert.strictEqual(hash, expected);
3232
}));
3333

3434
stream.emit('data', Buffer.from('hello'));

0 commit comments

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