chore: test rename, comment improvements

This commit is contained in:
TAMARA LIPOWSKI
2025-10-07 12:49:15 +02:00
parent ae1b1f8850
commit a50cc5ca7a
4 changed files with 24 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -244,7 +244,7 @@ contract TychoRouterForEkuboTest is TychoRouterTestSetup {
vm.startPrank(ALICE);
IERC20(USDE_ADDR).approve(tychoRouterAddr, type(uint256).max);
bytes memory callData =
loadCallDataFromFile("test_single_ekubo_multi_hop");
loadCallDataFromFile("test_single_ekubo_grouped_swap");
(bool success,) = tychoRouterAddr.call(callData);
vm.stopPrank();