test: slightly improve custom_exit_rate test

pull/12617/head
Matthias 2 months ago
parent e26529b695
commit fe18731057

@ -3092,7 +3092,7 @@ def test_execute_trade_exit_custom_exit_price(
"exit_reason": "foo",
"open_date": ANY,
"close_date": ANY,
"close_rate": ANY,
"close_rate": 2.25, # the custom exit price
"sub_trade": False,
"cumulative_profit": 0.0,
"stake_amount": pytest.approx(60),

Loading…
Cancel
Save