From 5710fffb120eba88e1b261e3ef379cb02575de42 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sat, 25 Nov 2023 11:35:36 +0900 Subject: chore: update node_compat test suites to v18.18.2 (#21328) --- .../test/parallel/test-stream-pipeline-with-empty-string.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js') diff --git a/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js b/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js index 9ea205e72..a03fe17dd 100644 --- a/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js +++ b/cli/tests/node_compat/test/parallel/test-stream-pipeline-with-empty-string.js @@ -18,8 +18,8 @@ async function runTest() { await pipeline( '', new PassThrough({ objectMode: true }), - common.mustCall(() => { }) + common.mustCall(), ); } -runTest().then(common.mustCall(() => {})); +runTest().then(common.mustCall()); -- cgit v1.2.3