diff --git a/foundry/test/TychoRouter.t.sol b/foundry/test/TychoRouter.t.sol index 4fde00a..a54712b 100644 --- a/foundry/test/TychoRouter.t.sol +++ b/foundry/test/TychoRouter.t.sol @@ -1020,7 +1020,10 @@ contract TychoRouterTest is TychoRouterTestSetup { // TEMPORARY while the Ekubo executor address is hardcoded in TychoRouter // This allows us to change the code at that address to be the testing executor code - vm.etch(0xA612f60d3C49E5f13f0e067b14E0eD6656F3F279, 0x2a07706473244BC757E10F2a9E86fB532828afe3.code); + vm.etch( + 0xA612f60d3C49E5f13f0e067b14E0eD6656F3F279, + 0x2a07706473244BC757E10F2a9E86fB532828afe3.code + ); deal(ALICE, 1 ether); uint256 balancerBefore = IERC20(USDC_ADDR).balanceOf(ALICE);