test: mainPost removed from inf scroll

isekai-main
Barış Soner Uşaklı 3 years ago
parent 6d38eab69a
commit aac0792ab8

@ -1365,7 +1365,6 @@ describe('Topic\'s', () => {
it('should infinite load topic posts', (done) => {
socketTopics.loadMore({ uid: adminUid }, { tid: tid, after: 0, count: 10 }, (err, data) => {
assert.ifError(err);
assert(data.mainPost);
assert(data.posts);
assert(data.privileges);
done();

Loading…
Cancel
Save