From 38cdf28e7ea93e394135a754e7d8626245964f04 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Roy <42067944+royvardhan@users.noreply.github.com> Date: Mon, 10 Mar 2025 23:25:38 +0530 Subject: [PATCH] docs: update testSplitInputCyclicSwap Co-authored-by: Tamara --- foundry/test/TychoRouter.t.sol | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/foundry/test/TychoRouter.t.sol b/foundry/test/TychoRouter.t.sol index b12bc14..e86b622 100644 --- a/foundry/test/TychoRouter.t.sol +++ b/foundry/test/TychoRouter.t.sol @@ -1232,11 +1232,11 @@ contract TychoRouterTest is TychoRouterTestSetup { function testSplitInputCyclicSwap() public { // This test has start and end tokens that are the same // The flow is: - // ┌─── 60% ──> WETH ───┐ - // │ │ - // USDC ──────┤ ├──> USDC - // │ │ - // └─── 40% ──> WETH ───┘ + // ┌─ (USV3, 60% split) ──> WETH ─┐ + // │ │ + // USDC ──────┤ ├──(USV2)──> USDC + // │ │ + // └─ (USV3, 40% split) ──> WETH ─┘ uint256 amountIn = 100 * 10 ** 6; deal(USDC_ADDR, tychoRouterAddr, amountIn);