test: update asserts in base network test

This commit is contained in:
royvardhan
2025-02-26 17:34:22 +05:30
parent 2323ad3fd9
commit ed2bc414d8
2 changed files with 3 additions and 5 deletions

View File

@@ -170,7 +170,6 @@ contract UniswapV2ExecutorTest is UniswapV2ExecutorExposed, Test, Constants {
uniswapV2Exposed.swap(amountIn, protocolData);
assertEq(IERC20(BASE_USDC).balanceOf(BOB), 0);
assertGe(IERC20(BASE_MAG7).balanceOf(BOB), 0);
assertEq(IERC20(BASE_MAG7).balanceOf(BOB), 1379830606);
}
}