aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-respond-nghttperrors.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-respond-nghttperrors.js')
-rw-r--r--test/parallel/test-http2-respond-nghttperrors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-respond-nghttperrors.js b/test/parallel/test-http2-respond-nghttperrors.js
index d720ec1fa4..3bdfbffeec 100644
--- a/test/parallel/test-http2-respond-nghttperrors.js
+++ b/test/parallel/test-http2-respond-nghttperrors.js
@@ -13,7 +13,7 @@ const {
} = internalBinding('http2');
const { NghttpError } = require('internal/http2/util');
-// tests error handling within respond
+// Tests error handling within respond
// - every other NGHTTP2 error from binding (should emit stream error)
const specificTestKeys = [];