summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/parallel/test-http2-client-write-empty-string.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parallel/test-http2-client-write-empty-string.js b/test/parallel/test-http2-client-write-empty-string.js
index c10698d417..8b8cb3d640 100644
--- a/test/parallel/test-http2-client-write-empty-string.js
+++ b/test/parallel/test-http2-client-write-empty-string.js
@@ -1,12 +1,13 @@
'use strict';
const assert = require('assert');
-const http2 = require('http2');
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
+const http2 = require('http2');
+
for (const chunkSequence of [
[ '' ],
[ '', '' ]