From 6840cf3796475df025f0e0103a255119aff6a017 Mon Sep 17 00:00:00 2001 From: Bamieh Date: Thu, 1 Feb 2018 17:00:00 +0200 Subject: [PATCH] up up up one line remove typo --- test/parallel/test-http-exceptions.js | 3 +-- test/parallel/test-http2-no-more-streams.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/parallel/test-http-exceptions.js b/test/parallel/test-http-exceptions.js index 569e857128febe..90f09a26ff9997 100644 --- a/test/parallel/test-http-exceptions.js +++ b/test/parallel/test-http-exceptions.js @@ -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) { diff --git a/test/parallel/test-http2-no-more-streams.js b/test/parallel/test-http2-no-more-streams.js index cae2e757ca65a2..ff0c8baa14ccdb 100644 --- a/test/parallel/test-http2-no-more-streams.js +++ b/test/parallel/test-http2-no-more-streams.js @@ -26,7 +26,7 @@ server.listen(0, common.mustCall(() => { const countdown = new Countdown(2, () => { server.close(); client.close(); - })); + }); { // This one will be ok