Skip to content

Commit

Permalink
test: remove unused triggerAsyncId param in test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
juanarbol authored and BethGriggs committed Apr 9, 2019
1 parent d0ee1a3 commit 8258f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-async-hooks-close-during-destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let destroyResCallCount = 0;
let res2;

async_hooks.createHook({
init: common.mustCallAtLeast((id, provider, triggerAsyncId) => {
init: common.mustCallAtLeast((id, provider) => {
if (provider === 'foobar')
initCalls.add(id);
}, 2),
Expand Down

0 comments on commit 8258f07

Please sign in to comment.