Skip to content

Commit

Permalink
test: make error message aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Masashi Hirano committed Oct 10, 2018
1 parent 464c83a commit 41afe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-read-empty-buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ assert.throws(
{
code: 'ERR_INVALID_ARG_VALUE',
message: 'The argument \'buffer\' is empty and cannot be written. ' +
'Received Uint8Array []'
'Received Uint8Array []'
}
);
})();

0 comments on commit 41afe00

Please sign in to comment.