mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
remove old test
This commit is contained in:
@@ -379,7 +379,6 @@ 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');
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user