Skip to content

Commit 785974f

Browse files
authored
docs: add comment explaining execution delay value in AccessManaged test (#6005)
1 parent dc53fdf commit 785974f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/access/manager/AccessManaged.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('AccessManaged', function () {
6565

6666
describe('when role is granted with execution delay', function () {
6767
beforeEach(async function () {
68-
const executionDelay = 911n;
68+
const executionDelay = 911n; // Arbitrary delay for testing execution delay functionality
6969
await this.authority.$_grantRole(this.role, this.roleMember, 0, executionDelay);
7070
});
7171

0 commit comments

Comments
 (0)