Skip to content

Commit 86d7ba0

Browse files
nektroaduh95
authored andcommitted
test: test-stream-compose.js doesn't need internals
PR-URL: #56619 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent edd9361 commit 86d7ba0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/parallel/test-stream-compose.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Flags: --expose-internals
2-
31
'use strict';
42

53
const common = require('../common');
@@ -9,9 +7,9 @@ const {
97
Transform,
108
Writable,
119
finished,
10+
compose,
1211
PassThrough
1312
} = require('stream');
14-
const compose = require('internal/streams/compose');
1513
const assert = require('assert');
1614

1715
{

0 commit comments

Comments
 (0)