chore: fix breaking tests and start addressing PR review comments

This commit is contained in:
pedrobergamini
2025-06-06 19:17:08 -03:00
parent 17e535494b
commit 5282e2bc83
8 changed files with 92 additions and 44 deletions

View File

@@ -298,7 +298,7 @@ contract TychoRouterTestProtocolIntegration is TychoRouterTestSetup {
function testSingleBebopIntegration() public {
deal(USDC_ADDR, ALICE, 1000 * 10 ** 6);
uint256 expAmountOut = 1; // Expected minimum WETH amount out
uint256 expAmountOut = 1;
vm.startPrank(ALICE);
IERC20(USDC_ADDR).approve(tychoRouterAddr, type(uint256).max);