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 f831744

Browse filesBrowse files
genewooMylesBorins
authored andcommitted
test: improve asset msg in test
Add result to part of assert message. PR-URL: #15918 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent d0bd56d commit f831744
Copy full SHA for f831744

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-zlib-from-gzip-with-trailing-garbage.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-zlib-from-gzip-with-trailing-garbage.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zlib.gunzip(data, common.mustCall((err, result) => {
1919
assert.strictEqual(
2020
result.toString(),
2121
'abcdef',
22-
'result should match original string'
22+
`result '${result.toString()}' should match original string`
2323
);
2424
}));
2525

0 commit comments

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