remove old test

This commit is contained in:
Barış Soner Uşaklı
2017-10-18 15:06:22 -04:00
parent d8dc79e3c7
commit 797857e1d2

View File

@@ -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);