diff --git a/carbon/tests/ui_tests/simulations/test_linked_positions_and_trades.py b/carbon/tests/ui_tests/simulations/test_linked_positions_and_trades.py index 176aac45..62702e9f 100644 --- a/carbon/tests/ui_tests/simulations/test_linked_positions_and_trades.py +++ b/carbon/tests/ui_tests/simulations/test_linked_positions_and_trades.py @@ -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}, } diff --git a/carbon/tests/ui_tests/simulations/test_single_positions_and_trades.py b/carbon/tests/ui_tests/simulations/test_single_positions_and_trades.py index 2d824c6e..2c066af3 100644 --- a/carbon/tests/ui_tests/simulations/test_single_positions_and_trades.py +++ b/carbon/tests/ui_tests/simulations/test_single_positions_and_trades.py @@ -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}, }