Skip to content

Commit

Permalink
test: Replaced forEach with for..of in test-http2-client-destroy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
niyashiyas committed Sep 24, 2023
1 parent 80bc12b commit ed38cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http2-client-destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const { getEventListeners } = require('events');

countdown.dec();
}));
};
}
}));
}

Expand Down

0 comments on commit ed38cb0

Please sign in to comment.