Fix linter errors

pull/2014/head^2
Nicolás Venturo 5 years ago
parent 73baf0b635
commit 4cbcaf35e4
  1. 2
      test/access/AccessControl.test.js

@ -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 });

Loading…
Cancel
Save