mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Fixed missing done reference in xhr-polling test.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user