Skip to content

Commit 8258f07

Browse files
juanarbolBethGriggs
authored andcommitted
test: remove unused triggerAsyncId param in test
PR-URL: #26800 Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent d0ee1a3 commit 8258f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-async-hooks-close-during-destroy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let destroyResCallCount = 0;
1111
let res2;
1212

1313
async_hooks.createHook({
14-
init: common.mustCallAtLeast((id, provider, triggerAsyncId) => {
14+
init: common.mustCallAtLeast((id, provider) => {
1515
if (provider === 'foobar')
1616
initCalls.add(id);
1717
}, 2),

0 commit comments

Comments
 (0)