aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-server-push-stream-errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http2-server-push-stream-errors.js')
-rw-r--r--test/parallel/test-http2-server-push-stream-errors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-server-push-stream-errors.js b/test/parallel/test-http2-server-push-stream-errors.js
index fb6fc11b63..35d8b796e4 100644
--- a/test/parallel/test-http2-server-push-stream-errors.js
+++ b/test/parallel/test-http2-server-push-stream-errors.js
@@ -13,7 +13,7 @@ const {
} = internalBinding('http2');
const { NghttpError } = require('internal/http2/util');
-// tests error handling within pushStream
+// Tests error handling within pushStream
// - NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE (should emit session error)
// - NGHTTP2_ERR_STREAM_CLOSED (should emit stream error)
// - every other NGHTTP2 error from binding (should emit stream error)