mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-24 01:10:31 +01:00
fix tests
This commit is contained in:
@@ -395,7 +395,7 @@ describe('socket.io', function () {
|
||||
assert(data.hasOwnProperty('socketCount'));
|
||||
assert(data.hasOwnProperty('topics'));
|
||||
assert(data.hasOwnProperty('users'));
|
||||
assert.equal(data.topics['1'].title, 'test topic title')
|
||||
assert.equal(data.topics['1'].title, 'test topic title');
|
||||
done();
|
||||
});
|
||||
}, 1000);
|
||||
|
||||
Reference in New Issue
Block a user