Skip to content

Commit 8258f07

Browse files
juanarbolBethGriggs
authored andcommitted
test: remove unused triggerAsyncId param in test
PR-URL: #26800 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Signed-off-by: Beth Griggs <[email protected]>
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)