Skip to content

Commit c5c51eb

Browse files
genewooMylesBorins
authored andcommitted
test: improve asset msg in test
Add result to part of assert message. PR-URL: #15918 Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent f201edc commit c5c51eb

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)