Skip to content

Commit

Permalink
Update AccessControl.behavior.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored May 11, 2023
1 parent 9f31978 commit e3d9923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/access/AccessControl.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function shouldBehaveLikeAccessControlDefaultAdminRules(errorPrefix, delay, defa
);
});

it('renouncing the admin role when not an admin doesn't affect the schedule', async function () {
it("renouncing the admin role when not an admin doesn't affect the schedule", async function () {
await time.setNextBlockTimestamp(delayPassed);
await this.accessControl.renounceRole(DEFAULT_ADMIN_ROLE, other, { from: other });

Expand Down

0 comments on commit e3d9923

Please sign in to comment.