summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-compat-serverresponse-headers.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-compat-serverresponse-headers.js')
-rw-r--r--test/parallel/test-http2-compat-serverresponse-headers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-http2-compat-serverresponse-headers.js b/test/parallel/test-http2-compat-serverresponse-headers.js
index c47de48b6a..82b81a3d3f 100644
--- a/test/parallel/test-http2-compat-serverresponse-headers.js
+++ b/test/parallel/test-http2-compat-serverresponse-headers.js
@@ -48,7 +48,7 @@ server.listen(0, common.mustCall(function() {
code: 'ERR_INVALID_ARG_TYPE',
name: 'TypeError',
message: 'The "name" argument must be of type string. Received ' +
- 'type undefined'
+ 'undefined'
}
);
});
@@ -86,7 +86,7 @@ server.listen(0, common.mustCall(function() {
{
code: 'ERR_INVALID_ARG_TYPE',
type: TypeError,
- message: 'The "name" argument must be of type string. Received type ' +
+ message: 'The "name" argument must be of type string. Received ' +
'undefined'
}
);