summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-wrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-stream-wrap.js')
-rw-r--r--test/parallel/test-stream-wrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-stream-wrap.js b/test/parallel/test-stream-wrap.js
index 9a279790d8..670c05fe3f 100644
--- a/test/parallel/test-stream-wrap.js
+++ b/test/parallel/test-stream-wrap.js
@@ -4,7 +4,7 @@ const common = require('../common');
const assert = require('assert');
const { internalBinding } = require('internal/test/binding');
-const StreamWrap = require('_stream_wrap');
+const StreamWrap = require('internal/js_stream_socket');
const { Duplex } = require('stream');
const { ShutdownWrap } = internalBinding('stream_wrap');