Skip to content

Commit

Permalink
test(medusa): fix approveModule
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed Nov 28, 2024
1 parent c0ffeef commit c0ffeeb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ contract HandlerHorizonAccountingExtension is BaseHandler {
vm.prank(msg.sender);
horizonAccountingExtension.approveModule(address(bondEscalationModule));

vm.prank(msg.sender);
horizonAccountingExtension.approveModule(address(bondedResponseModule));

vm.prank(msg.sender);
horizonStaking.stake(_amount);
}
Expand Down

0 comments on commit c0ffeeb

Please sign in to comment.