chore: PR comments

This commit is contained in:
TAMARA LIPOWSKI
2025-02-20 11:51:08 -05:00
parent bb8778b2bf
commit 9eda00cbb6
2 changed files with 2 additions and 7 deletions

View File

@@ -485,8 +485,6 @@ mod tests {
},
token_in: usdc.clone(),
token_out: eth.clone(),
// This represents the remaining 50%, but to avoid any rounding errors we set this to
// 0 to signify "the remainder of the WETH value". It should still be very close to 50%
split: 0f64,
};
@@ -911,8 +909,6 @@ mod tests {
},
token_in: usdc.clone(),
token_out: eth.clone(),
// This represents the remaining 50%, but to avoid any rounding errors we set this to
// 0 to signify "the remainder of the WETH value". It should still be very close to 50%
split: 0f64,
};