mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
test: remove assert
This commit is contained in:
@@ -818,7 +818,6 @@ describe('Topic\'s', () => {
|
||||
const afterPurge = await db.getObject('global');
|
||||
assert.strictEqual(parseInt(afterPurge.topicCount, 10), parseInt(topicCount, 10) + 1);
|
||||
assert.strictEqual(parseInt(afterPurge.postCount, 10), parseInt(postCount, 10) + 1);
|
||||
assert(false);
|
||||
});
|
||||
|
||||
it('should not allow user to restore their topic if it was deleted by an admin', async () => {
|
||||
|
||||
Reference in New Issue
Block a user