Fix linter errors

This commit is contained in:
Nicolás Venturo
2020-05-08 12:57:43 -03:00
parent 73baf0b635
commit 4cbcaf35e4

View File

@ -146,7 +146,7 @@ describe('AccessControl', function () {
expectEvent(receipt, 'RoleAdminChanged', { expectEvent(receipt, 'RoleAdminChanged', {
role: ROLE, role: ROLE,
previousAdminRole: DEFAULT_ADMIN_ROLE, previousAdminRole: DEFAULT_ADMIN_ROLE,
newAdminRole: OTHER_ROLE newAdminRole: OTHER_ROLE,
}); });
await this.accessControl.grantRole(OTHER_ROLE, otherAdmin, { from: admin }); await this.accessControl.grantRole(OTHER_ROLE, otherAdmin, { from: admin });