Update docs

This commit is contained in:
github-actions
2023-10-02 19:49:54 +00:00
parent 801b74738d
commit 2401cc759b
23 changed files with 173 additions and 612 deletions

View File

@ -636,6 +636,8 @@ contract('AccessManager', function (accounts) {
describe(description, function () {
beforeEach(async function () {
if (!delay || fnRole === ROLES.PUBLIC) this.skip(); // TODO: Fixed in #4613
// setup
await Promise.all([
this.manager.$_setTargetClosed(this.target.address, closed),