Skip to content

Commit

Permalink
up up up one line
Browse files Browse the repository at this point in the history
remove typo
  • Loading branch information
Bamieh committed Feb 9, 2018
1 parent 0060979 commit 6840cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/parallel/test-http-exceptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ function onUncaughtException(err) {
}

process.on('uncaughtException',
common.mustCall(onUncaughtException, NUMBER_OF_EXCEPTIONS)
);
common.mustCall(onUncaughtException, NUMBER_OF_EXCEPTIONS));

server.listen(0, function() {
for (let i = 0; i < NUMBER_OF_EXCEPTIONS; i += 1) {
Expand Down
2 changes: 1 addition & 1 deletion test/parallel/test-http2-no-more-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ server.listen(0, common.mustCall(() => {
const countdown = new Countdown(2, () => {
server.close();
client.close();
}));
});

{
// This one will be ok
Expand Down

0 comments on commit 6840cf3

Please sign in to comment.