Fixed lint for staff user test

This commit is contained in:
Rishabh 2022-08-26 15:29:06 +05:30
parent 76419f8ed4
commit 74f94e85a4

View File

@ -904,7 +904,7 @@ describe('Acceptance: Staff', function () {
});
describe('when logged in as owner', function () {
let admin, adminRole, ownerRole, suspendedUser;
let admin, adminRole, ownerRole;
beforeEach(async function () {
this.server.loadFixtures('roles');