Skip to content
Prev Previous commit
Next Next commit
test: shorten test message in string-decoder tests w. ArrayBufferView
  • Loading branch information
BeniCheni committed Sep 11, 2018
commit 5fb319898b28d284d01ea2e7b120d63844c9dcf9
2 changes: 1 addition & 1 deletion test/parallel/test-string-decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const arrayBufferViewStr = 'String for ArrayBufferView tests\n';
const inputBuffer = Buffer.from(arrayBufferViewStr.repeat(8), 'utf8');
for (const expectView of common.getArrayBufferViews(inputBuffer)) {
console.log(
'string-decoder test with TypedArray for',
'string-decoder test for',
expectView[Symbol.toStringTag]
);
assert.strictEqual(
Expand Down