summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-window-size.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-window-size.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-window-size.js')
-rw-r--r--test/parallel/test-http2-window-size.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http2-window-size.js b/test/parallel/test-http2-window-size.js
index d914e99f6a..f96a273fec 100644
--- a/test/parallel/test-http2-window-size.js
+++ b/test/parallel/test-http2-window-size.js
@@ -6,8 +6,8 @@
// TODO: This test makes large buffer allocations (128KiB) and should be tested
// on smaller / IoT platforms in case this poses problems for these targets.
-const assert = require('assert');
const common = require('../common');
+const assert = require('assert');
const h2 = require('http2');
// Given a list of buffers and an initial window size, have a server write