remove old test

v1.18.x
Barış Soner Uşaklı 7 years ago
parent d8dc79e3c7
commit 797857e1d2

@ -379,7 +379,6 @@ 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');
done();
});
}, 1000);

Loading…
Cancel
Save