Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed Apr 1, 2024
1 parent 11ddaf0 commit b57cd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/evault/modules/Liquidation/Liquidation.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {IAllowanceTransfer} from "permit2/src/interfaces/IAllowanceTransfer.sol"
import "src/EVault/shared/types/Types.sol";
import "src/EVault/shared/Constants.sol";

contract VaultTest_Liquidation is EVaultTestBase {
contract LiquidationUnitTest is EVaultTestBase {
using TypesLib for uint256;

address depositor;
Expand Down Expand Up @@ -97,7 +97,7 @@ contract VaultTest_Liquidation is EVaultTestBase {

oracle.setPrice(address(eTST2), unitOfAccount, 5e17);

(uint256 maxRepay, uint256 yield) = eTST.checkLiquidation(liquidator, borrower, address(eTST2));
(uint256 maxRepay,) = eTST.checkLiquidation(liquidator, borrower, address(eTST2));

evc.enableCollateral(liquidator, address(eTST2));
evc.enableController(liquidator, address(eTST));
Expand Down

0 comments on commit b57cd56

Please sign in to comment.