Skip to content

Commit

Permalink
Adjusted value
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jan 25, 2024
1 parent 0eb67d2 commit dce04b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/solvers/src/boundary/liquidity/limit_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ mod tests {

#[test]
fn too_high_out_amount() {
let maker_amount = to_wei(321);
let taker_amount = to_wei(123);
let maker_amount = to_wei(100);
let taker_amount = to_wei(300);
let fee_amount = to_wei(10);

let order = create_limit_order(maker_amount, taker_amount, fee_amount);
Expand Down

0 comments on commit dce04b6

Please sign in to comment.