We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc53fdf commit 785974fCopy full SHA for 785974f
test/access/manager/AccessManaged.test.js
@@ -65,7 +65,7 @@ describe('AccessManaged', function () {
65
66
describe('when role is granted with execution delay', function () {
67
beforeEach(async function () {
68
- const executionDelay = 911n;
+ const executionDelay = 911n; // Arbitrary delay for testing execution delay functionality
69
await this.authority.$_grantRole(this.role, this.roleMember, 0, executionDelay);
70
});
71
0 commit comments