Make isConsumingScheduleOp return bytes4 to mitigate clashes (#4575)
Co-authored-by: Francisco Giordano <fg@frang.io>
This commit is contained in:
@ -961,7 +961,7 @@ contract('AccessManager', function (accounts) {
|
||||
|
||||
expect(await this.manager.getSchedule(this.opId)).to.not.be.bignumber.equal('0');
|
||||
|
||||
await expectRevertCustomError(this.cancel({ from: other }), 'AccessManagerCannotCancel', [
|
||||
await expectRevertCustomError(this.cancel({ from: other }), 'AccessManagerUnauthorizedCancel', [
|
||||
other,
|
||||
user,
|
||||
...this.call,
|
||||
|
||||
Reference in New Issue
Block a user