Skip to content

Commit fe18731

Browse files
committed
test: slightly improve custom_exit_rate test
1 parent e26529b commit fe18731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/freqtradebot/test_freqtradebot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3092,7 +3092,7 @@ def test_execute_trade_exit_custom_exit_price(
30923092
"exit_reason": "foo",
30933093
"open_date": ANY,
30943094
"close_date": ANY,
3095-
"close_rate": ANY,
3095+
"close_rate": 2.25, # the custom exit price
30963096
"sub_trade": False,
30973097
"cumulative_profit": 0.0,
30983098
"stake_amount": pytest.approx(60),

0 commit comments

Comments
 (0)