Skip to content

Commit

Permalink
refactor: remove console.log, extra require
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Oct 20, 2020
1 parent b26e9b5 commit 75024c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/groups.js
Expand Up @@ -452,10 +452,8 @@ describe('Groups', function () {
assert.strictEqual('updateTestGroup?', groupObj.name);
assert.strictEqual('updatetestgroup', groupObj.slug);

const navigation = require('../src/navigation/admin');
const navItems = await navigation.get();
assert.strictEqual(navItems[0].route, '/categories');
console.log(navItems[0]);
});

it('should fail if system groups is being renamed', function (done) {
Expand Down

0 comments on commit 75024c3

Please sign in to comment.