mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
fix lint
This commit is contained in:
@@ -61,10 +61,8 @@ describe('Categories', function () {
|
||||
|
||||
assert(categoryData);
|
||||
assert.equal('Test Category & NodeBB', categoryData.name);
|
||||
console.log(categoryData)
|
||||
assert.equal(categoryObj.description, categoryData.description);
|
||||
assert.strictEqual(categoryObj.disabled, 0);
|
||||
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user