fix: swap test

This commit is contained in:
zach
2025-03-26 23:04:45 +08:00
parent 72a651d453
commit d103ca9e33

View File

@@ -53,7 +53,7 @@ contract MaverickV2ExecutorTest is Test, Constants {
function testSwap() public { function testSwap() public {
uint256 amountIn = 10 ** 18; uint256 amountIn = 10 ** 18;
bytes memory protocolData = bytes memory protocolData =
abi.encodePacked(GHO_ADDR, GHO_USDC_POOL, address(2)); abi.encodePacked(GHO_ADDR, GHO_USDC_POOL, BOB);
deal(GHO_ADDR, address(maverickV2Exposed), amountIn); deal(GHO_ADDR, address(maverickV2Exposed), amountIn);
uint256 balanceBefore = GHO.balanceOf(BOB); uint256 balanceBefore = GHO.balanceOf(BOB);