Fixed missing done reference in xhr-polling test.

This commit is contained in:
Guillermo Rauch
2011-05-24 19:53:04 -07:00
parent 9777886f6c
commit c57cabb982

View File

@@ -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;