Skip to content

Commit

Permalink
Disable activation of LoanConsolidator policy during simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jan 2, 2025
1 parent 9546ab5 commit ee90017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/proposals/LoanConsolidatorProposal.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contract LoanConsolidatorProposalTest is ProposalTest {
// The simulation will revert otherwise
// This proposal will also fail until the RGSTY proposal has been executed
// Install LoanConsolidator
{
if (!hasBeenSubmitted) {
address loanConsolidator = addresses.getAddress("olympus-policy-loan-consolidator");

if (!LoanConsolidator(loanConsolidator).isActive()) {
Expand Down

0 comments on commit ee90017

Please sign in to comment.