Skip to content

Commit

Permalink
fix test as benchmark triggered an edge case as the remaining budget …
Browse files Browse the repository at this point in the history
…was not enough for replanning DCA, so returned back
  • Loading branch information
dmoka committed Nov 9, 2023
1 parent a634941 commit 866315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/dca.rs
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ mod omnipool {
create_schedule(ALICE, schedule1);

//Trade 2
let amount_to_sell2 = 200 * UNITS;
let amount_to_sell2 = 220 * UNITS;
let dca_budget2 = 1500 * UNITS;
let schedule2 =
schedule_fake_with_sell_order(ALICE, PoolType::Omnipool, dca_budget2, HDX, DAI, amount_to_sell2);
Expand Down

0 comments on commit 866315e

Please sign in to comment.