Skip to content

Commit 615fe78

Browse files
authored
Update test/parallel/test-buffer-write.js
1 parent 9c112d9 commit 615fe78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-buffer-write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ assert.strictEqual(Buffer.alloc(4)
110110

111111
{
112112
const buf = Buffer.alloc(1);
113-
assert.strictEqual(buf.write('ww', 1);
113+
assert.strictEqual(buf.write('ww', 1));
114114
assert.strictEqual(buf.toString() === 'w');
115115
}

0 commit comments

Comments
 (0)