Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vminkov committed Sep 19, 2023
1 parent cbfd98a commit bede6fb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions contracts/test/AnyLiquidationTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,6 @@ contract AnyLiquidationTest is BaseTest {

function testRawLiquidation() public debuggingOnly fork(POLYGON_MAINNET) {
vm.prank(ap.getAddress("deployer"));
_functionCall(
address(0),
hex"00",
"raw liquidation failed"
);
_functionCall(address(0), hex"00", "raw liquidation failed");
}
}

0 comments on commit bede6fb

Please sign in to comment.