summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-compat-serverresponse-end.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-07-31 11:53:15 -0700
committerJames M Snell <jasnell@gmail.com>2017-08-04 12:57:09 -0700
commit59e509808aeb85e33a16756764f2b496d5b8fcdd (patch)
treed954df8a4999b2840d6f87547ed0ba8e71cb646c /test/parallel/test-http2-compat-serverresponse-end.js
parent78cd5fedd560eef8a17d0a63d32515ef2349f671 (diff)
downloadandroid-node-v8-59e509808aeb85e33a16756764f2b496d5b8fcdd.tar.gz
android-node-v8-59e509808aeb85e33a16756764f2b496d5b8fcdd.tar.bz2
android-node-v8-59e509808aeb85e33a16756764f2b496d5b8fcdd.zip
http2: address initial pr feedback
PR-URL: https://github.com/nodejs/node/pull/14239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'test/parallel/test-http2-compat-serverresponse-end.js')
-rw-r--r--test/parallel/test-http2-compat-serverresponse-end.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-compat-serverresponse-end.js b/test/parallel/test-http2-compat-serverresponse-end.js
index 88536e3625..6b4b375764 100644
--- a/test/parallel/test-http2-compat-serverresponse-end.js
+++ b/test/parallel/test-http2-compat-serverresponse-end.js
@@ -1,8 +1,8 @@
// Flags: --expose-http2
'use strict';
-const { strictEqual } = require('assert');
const { mustCall, mustNotCall } = require('../common');
+const { strictEqual } = require('assert');
const {
createServer,
connect,