diff --git a/test/utils/VDODOContext.ts b/test/utils/VDODOContext.ts index e7ea044..3bd7601 100644 --- a/test/utils/VDODOContext.ts +++ b/test/utils/VDODOContext.ts @@ -90,6 +90,10 @@ export class VDODOContext { ] ) + await this.Governance.methods.setVDODOAddress( + this.VDODO.options.address + ).send(this.sendParam(this.Deployer)) + await this.Governance.methods.initOwner( this.Deployer ).send(this.sendParam(this.Deployer))