Skip to content

Commit

Permalink
Update test/parallel/test-buffer-write.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag authored Aug 23, 2024
1 parent 9c112d9 commit 615fe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-buffer-write.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ assert.strictEqual(Buffer.alloc(4)

{
const buf = Buffer.alloc(1);
assert.strictEqual(buf.write('ww', 1);
assert.strictEqual(buf.write('ww', 1));
assert.strictEqual(buf.toString() === 'w');
}

0 comments on commit 615fe78

Please sign in to comment.