Skip to content

Commit fe1a2eb

Browse files
genewooaddaleax
authored andcommitted
test: improve asset msg in test
Add result to part of assert message. PR-URL: nodejs/node#15918 Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 0eb87d6 commit fe1a2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-zlib-from-gzip-with-trailing-garbage.js

Lines 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)