Skip to content

Commit

Permalink
Updated tests for threshold_orders
Browse files Browse the repository at this point in the history
  • Loading branch information
sklbancor committed Nov 30, 2022
1 parent 4b7798f commit 61f97de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_amm_can_sell_eth_at_curve_price():
"nroutes": {0: 1},
"price": {0: "2000.0"},
"p_unit": {0: "ETH per USDC"},
'threshold_orders': {0: 10},
'threshold_orders': {0: None},
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_amm_can_sell_eth_at_curve_price():
"nroutes": {0: 1},
"price": {0: "2000.0"},
"p_unit": {0: "ETH per USDC"},
'threshold_orders': {0: 10},
'threshold_orders': {0: None},
}


Expand Down

0 comments on commit 61f97de

Please sign in to comment.