Skip to content

Commit

Permalink
test: add access module to instantiated request data
Browse files Browse the repository at this point in the history
  • Loading branch information
xorsal committed Nov 18, 2024
1 parent b04337c commit a8d245a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/Deploy.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ contract UnitDeploy is Test {
_requestData.nonce = 0;

_requestData.requester = address(deploy.eboRequestCreator());
_requestData.accessModule = address(deploy.eboAccessModule());
_requestData.requestModule = address(deploy.eboRequestModule());
_requestData.responseModule = address(deploy.bondedResponseModule());
_requestData.disputeModule = address(deploy.bondEscalationModule());
Expand Down

0 comments on commit a8d245a

Please sign in to comment.