diff options
Diffstat (limited to 'test/parallel/test-https-timeout-server.js')
-rw-r--r-- | test/parallel/test-https-timeout-server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-https-timeout-server.js b/test/parallel/test-https-timeout-server.js index 0db7ad533d..ba175ecf76 100644 --- a/test/parallel/test-https-timeout-server.js +++ b/test/parallel/test-https-timeout-server.js @@ -24,7 +24,7 @@ var options = { handshakeTimeout: 50 }; -var server = https.createServer(options, assert.fail); +var server = https.createServer(options, common.fail); server.on('clientError', function(err, conn) { // Don't hesitate to update the asserts if the internal structure of |