aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-createwritereq.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-createwritereq.js')
-rw-r--r--test/parallel/test-http2-createwritereq.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-createwritereq.js b/test/parallel/test-http2-createwritereq.js
index 1575424d16..3015ad6c64 100644
--- a/test/parallel/test-http2-createwritereq.js
+++ b/test/parallel/test-http2-createwritereq.js
@@ -24,7 +24,7 @@ const encodings = {
'ucs-2': 'ucs2',
'utf16le': 'ucs2',
'utf-16le': 'ucs2',
- 'UTF8': 'utf8' // should fall through to Buffer.from
+ 'UTF8': 'utf8' // Should fall through to Buffer.from
};
const testsToRun = Object.keys(encodings).length;