Skip to content

Commit

Permalink
feat: update based on updated CLTestUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Sep 5, 2024
1 parent f457c74 commit 4a3c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pool-cl/VeCakeSwapDiscountHook.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract VeCakeSwapDiscountHookTest is Test, CLTestUtils {
// add liquidity so that swap can happen
MockERC20(Currency.unwrap(currency0)).mint(address(this), 100 ether);
MockERC20(Currency.unwrap(currency1)).mint(address(this), 100 ether);
addLiquidity(key, 100 ether, 100 ether, -60, 60);
addLiquidity(key, 100 ether, 100 ether, -60, 60, address(this));

// approve from alice for swap in the test cases below
permit2Approve(alice, currency0, address(universalRouter));
Expand Down

0 comments on commit 4a3c22b

Please sign in to comment.