fix: In test asset, use 0 for the last split, and not 0.5

--- don't change below this line ---
ENG-4331 Took 5 minutes
This commit is contained in:
Diana Carvalho
2025-03-13 16:50:39 +00:00
parent f62a9d28c0
commit 0aba7edf83

View File

@@ -511,7 +511,7 @@ mod tests {
}, },
token_in: dai(), token_in: dai(),
token_out: weth(), token_out: weth(),
split: 0.5f64, split: 0f64,
}, },
Swap { Swap {
component: ProtocolComponent { component: ProtocolComponent {