Skip to content

Commit 4cbcaf3

Browse files
committed
Fix linter errors
1 parent 73baf0b commit 4cbcaf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/access/AccessControl.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ describe('AccessControl', function () {
144144
beforeEach(async function () {
145145
const receipt = await this.accessControl.setRoleAdmin(ROLE, OTHER_ROLE);
146146
expectEvent(receipt, 'RoleAdminChanged', {
147-
role: ROLE,
148-
previousAdminRole: DEFAULT_ADMIN_ROLE,
149-
newAdminRole: OTHER_ROLE
147+
role: ROLE,
148+
previousAdminRole: DEFAULT_ADMIN_ROLE,
149+
newAdminRole: OTHER_ROLE,
150150
});
151-
151+
152152
await this.accessControl.grantRole(OTHER_ROLE, otherAdmin, { from: admin });
153153
});
154154

0 commit comments

Comments
 (0)