diff --git a/test/topics/events.js b/test/topics/events.js index 104956b..8a35400 100644 --- a/test/topics/events.js +++ b/test/topics/events.js @@ -84,20 +84,6 @@ describe('Topic Events', () => { }); }); - // describe('.checkAdmin()', () => { - // it('this should make sure that the topic gets a proper tag', async () => { - // const topicData = await topics.getTopic(topic.topicData.tid); - // assert(topicData); - // assert(topicData.user); - // let role = 'user'; - // const isAdmin = await user.isAdministrator(topicData.user.uid); - // if (isAdmin) { - // role = 'Admin'; - // } - // assert.strictEqual(topicData.user.adminrole, role); - // }); - // }); - describe('.purge()', () => { let eventIds;