test: improve asset msg in test
Add result to part of assert message. PR-URL: https://github.com/nodejs/node/pull/15918 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
261ae7f58a
commit
c80d9d6a93
@ -19,7 +19,7 @@ zlib.gunzip(data, common.mustCall((err, result) => {
|
||||
assert.strictEqual(
|
||||
result.toString(),
|
||||
'abcdef',
|
||||
'result should match original string'
|
||||
`result '${result.toString()}' should match original string`
|
||||
);
|
||||
}));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user