Skip to content

Commit

Permalink
tests working better
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumdegen committed Oct 8, 2024
1 parent 2b02093 commit 2c58f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ function test_liquidateDefaultedLoanWithIncentive_increments_amount_repaid_A() p
uint256 originalTotalPrincipalTokensRepaid = 2000;
lenderCommitmentGroupSmart.set_totalPrincipalTokensRepaid(originalTotalPrincipalTokensRepaid);

lenderCommitmentGroupSmart.mock_setMinimumAmountDifferenceToCloseDefaultedLoan(-500);
lenderCommitmentGroupSmart.mock_setMinimumAmountDifferenceToCloseDefaultedLoan(500);

int256 tokenAmountDifference = 500;
vm.prank(address(liquidator));
Expand Down

0 comments on commit 2c58f99

Please sign in to comment.