Skip to content

Commit

Permalink
test: fix invariant tests after changing urgent redemption behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Aug 30, 2024
1 parent 79aa4f6 commit 84a43bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2647,6 +2647,7 @@ contract InvariantsTestHandler is BaseHandler, BaseMultiCollateralTest {
r.totalDebtRedeemed += debtRedeemed;

amount -= debtRedeemed;
if (amount == 0) break; // XXX why at the end?
}
}

Expand Down

0 comments on commit 84a43bd

Please sign in to comment.