|
|
@ -395,7 +395,7 @@ describe('socket.io', function () {
|
|
|
|
assert(data.hasOwnProperty('socketCount'));
|
|
|
|
assert(data.hasOwnProperty('socketCount'));
|
|
|
|
assert(data.hasOwnProperty('topics'));
|
|
|
|
assert(data.hasOwnProperty('topics'));
|
|
|
|
assert(data.hasOwnProperty('users'));
|
|
|
|
assert(data.hasOwnProperty('users'));
|
|
|
|
assert.equal(data.topics['1'].title, 'test topic title')
|
|
|
|
assert.equal(data.topics['1'].title, 'test topic title');
|
|
|
|
done();
|
|
|
|
done();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}, 1000);
|
|
|
|
}, 1000);
|
|
|
|