Fix linter errors
This commit is contained in:
@ -146,7 +146,7 @@ describe('AccessControl', function () {
|
||||
expectEvent(receipt, 'RoleAdminChanged', {
|
||||
role: ROLE,
|
||||
previousAdminRole: DEFAULT_ADMIN_ROLE,
|
||||
newAdminRole: OTHER_ROLE
|
||||
newAdminRole: OTHER_ROLE,
|
||||
});
|
||||
|
||||
await this.accessControl.grantRole(OTHER_ROLE, otherAdmin, { from: admin });
|
||||
|
||||
Reference in New Issue
Block a user