summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-writev.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-stream-writev.js')
-rw-r--r--test/parallel/test-stream-writev.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-stream-writev.js b/test/parallel/test-stream-writev.js
index 24da71c8cf..b179e9ee63 100644
--- a/test/parallel/test-stream-writev.js
+++ b/test/parallel/test-stream-writev.js
@@ -71,7 +71,7 @@ function test(decode, uncork, multi, next) {
{ encoding: 'buffer',
chunk: [10, 97, 110, 100, 32, 116, 104, 101, 110, 46, 46, 46] },
{ encoding: 'buffer',
- chunk: [250, 206, 190, 167, 222, 173, 190, 239, 222, 202, 251, 173]}
+ chunk: [250, 206, 190, 167, 222, 173, 190, 239, 222, 202, 251, 173] }
] : [
{ encoding: 'ascii', chunk: 'hello, ' },
{ encoding: 'utf8', chunk: 'world' },