summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-client-abort.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-client-abort.js')
-rw-r--r--test/parallel/test-tls-client-abort.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-tls-client-abort.js b/test/parallel/test-tls-client-abort.js
index 14f96104e1..f2e9cf6f1c 100644
--- a/test/parallel/test-tls-client-abort.js
+++ b/test/parallel/test-tls-client-abort.js
@@ -32,7 +32,7 @@ const path = require('path');
const cert = fs.readFileSync(path.join(common.fixturesDir, 'test_cert.pem'));
const key = fs.readFileSync(path.join(common.fixturesDir, 'test_key.pem'));
-const conn = tls.connect({cert, key, port: 0}, common.mustNotCall());
+const conn = tls.connect({ cert, key, port: 0 }, common.mustNotCall());
conn.on('error', function() {
});
assert.doesNotThrow(function() {