mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
fixed missing done() that cuased the suite to timeout
This commit is contained in:
@@ -534,6 +534,7 @@ module.exports = {
|
||||
done();
|
||||
});
|
||||
},
|
||||
|
||||
'no duplicate room members': function(done) {
|
||||
var port = ++ports
|
||||
, io = sio.listen(port);
|
||||
@@ -569,5 +570,6 @@ module.exports = {
|
||||
io.rooms["bar"].length.should.equal(2);
|
||||
|
||||
io.server.close();
|
||||
done();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user