Skip to content

Commit

Permalink
squash: improve message hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Feb 8, 2017
1 parent efe334c commit ec086e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fs.readdir(dir, 'hex', common.mustCall((err, hexList) => {
assert.strictEqual(
fromHexList,
val,
`${hexList[idx]} is hex value for ${fromHexList} and not ${val}`
`expected ${val}, got ${fromHexList} by hex decoding ${hexList[idx]}`
);
});
}));
Expand Down

0 comments on commit ec086e4

Please sign in to comment.