From c57cabb982a9635154ad618f338d387bd013430d Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 24 May 2011 19:53:04 -0700 Subject: [PATCH] Fixed missing `done` reference in xhr-polling test. --- test/transports.xhr-polling.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/transports.xhr-polling.test.js b/test/transports.xhr-polling.test.js index 80a1003f..7b03eb3c 100644 --- a/test/transports.xhr-polling.test.js +++ b/test/transports.xhr-polling.test.js @@ -1014,7 +1014,7 @@ module.exports = { }); }, - 'test sending undeliverable volatile events': function () { + 'test sending undeliverable volatile events': function (done) { var cl = client(++ports) , io = create(cl) , s;