summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-socket-failed-handshake-emits-error.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-12-31 21:39:57 -0800
committerRich Trott <rtrott@gmail.com>2017-01-06 14:36:01 -0800
commita68987c154fbc041ea6d03ffdafa447e8c8a26f5 (patch)
treefd24a8cb10c8805a1ff6189b8e6663773d866f4e /test/parallel/test-tls-socket-failed-handshake-emits-error.js
parente9b72916790b21daa6d1caac3a9540e8cdadad57 (diff)
downloadandroid-node-v8-a68987c154fbc041ea6d03ffdafa447e8c8a26f5.tar.gz
android-node-v8-a68987c154fbc041ea6d03ffdafa447e8c8a26f5.tar.bz2
android-node-v8-a68987c154fbc041ea6d03ffdafa447e8c8a26f5.zip
benchmark,lib,test: adjust for linting
Formatting changes for upcoming linter update. PR-URL: https://github.com/nodejs/node/pull/10561 Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Diffstat (limited to 'test/parallel/test-tls-socket-failed-handshake-emits-error.js')
-rw-r--r--test/parallel/test-tls-socket-failed-handshake-emits-error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-tls-socket-failed-handshake-emits-error.js b/test/parallel/test-tls-socket-failed-handshake-emits-error.js
index f655dc97b5..ffeb42c8eb 100644
--- a/test/parallel/test-tls-socket-failed-handshake-emits-error.js
+++ b/test/parallel/test-tls-socket-failed-handshake-emits-error.js
@@ -23,7 +23,7 @@ const server = net.createServer(function(c) {
'Instance of Error should be passed to error handler');
assert.ok(e.message.match(
/SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol/),
- 'Expecting SSL unknown protocol');
+ 'Expecting SSL unknown protocol');
}));
s.on('close', function() {