Skip to content

Commit

Permalink
test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ethereumdegen committed Oct 8, 2024
1 parent 2c58f99 commit 19081e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ function test_liquidateDefaultedLoanWithIncentive_increments_amount_repaid_A() p

initialize_group_contract();

_tellerV2.setMockOwner( address(lenderCommitmentGroupSmart) );


principalToken.transfer(address(liquidator), 1e18);
uint256 originalBalance = principalToken.balanceOf(address(liquidator));

Expand Down Expand Up @@ -403,6 +406,7 @@ function test_liquidateDefaultedLoanWithIncentive_increments_amount_repaid_A() p

uint256 bidId = 0;

_tellerV2.setMockOwner( address(lenderCommitmentGroupSmart) );

lenderCommitmentGroupSmart.set_mockAmountOwedForBid(amountOwed);

Expand Down

0 comments on commit 19081e1

Please sign in to comment.