Update docs
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user