From 76a2da8cb83cd1dcb414e7e3389d5ecd8ffdad0e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 17 May 2011 18:51:59 -0700 Subject: [PATCH] Fixed style --- test/transports.htmlfile.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/transports.htmlfile.test.js b/test/transports.htmlfile.test.js index 7ca46f30..89f1d3ea 100644 --- a/test/transports.htmlfile.test.js +++ b/test/transports.htmlfile.test.js @@ -124,7 +124,7 @@ module.exports = { io.sockets.on('connection', function (socket) { socket.on('disconnect', function (reason) { reason.should.eql('heartbeat timeout'); - + cl.end(); io.server.close(); done();