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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user