Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsuryansh committed Jan 23, 2025
1 parent ac25335 commit 750d8a0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {LiquidityManagerSetup} from "./LiquidityManagerSetup.t.sol";
import {LiquidityManager} from "../LiquidityManager.sol";

contract LiquidityManager_receive is LiquidityManagerSetup {


function test_receive() external {
address depositor = makeAddr("depositor");
vm.deal(depositor, 100);
Expand Down

0 comments on commit 750d8a0

Please sign in to comment.