lint: missing ;

isekai-main
Baris Usakli 3 years ago
parent 0d1e57dce0
commit 20e76699a2

@ -623,7 +623,7 @@ describe('Topic\'s', () => {
}); });
it('should delete the topic', async () => { it('should delete the topic', async () => {
await apiTopics.delete({ uid: adminUid }, { tids: [newTopic.tid], cid: categoryObj.cid }) await apiTopics.delete({ uid: adminUid }, { tids: [newTopic.tid], cid: categoryObj.cid });
const deleted = await topics.getTopicField(newTopic.tid, 'deleted'); const deleted = await topics.getTopicField(newTopic.tid, 'deleted');
assert.strictEqual(deleted, 1); assert.strictEqual(deleted, 1);
}); });

Loading…
Cancel
Save