Skip to content

Commit 6840cf3

Browse files
committed
up up up one line
remove typo
1 parent 0060979 commit 6840cf3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/parallel/test-http-exceptions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ function onUncaughtException(err) {
4242
}
4343

4444
process.on('uncaughtException',
45-
common.mustCall(onUncaughtException, NUMBER_OF_EXCEPTIONS)
46-
);
45+
common.mustCall(onUncaughtException, NUMBER_OF_EXCEPTIONS));
4746

4847
server.listen(0, function() {
4948
for (let i = 0; i < NUMBER_OF_EXCEPTIONS; i += 1) {

test/parallel/test-http2-no-more-streams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ server.listen(0, common.mustCall(() => {
2626
const countdown = new Countdown(2, () => {
2727
server.close();
2828
client.close();
29-
}));
29+
});
3030

3131
{
3232
// This one will be ok

0 commit comments

Comments
 (0)