From fb3787173f344a38a7bf53d9e0b4de8fbe4011c8 Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Mon, 9 Sep 2024 12:07:50 -0400 Subject: [PATCH] fix test_exit_positions_exception --- tests/freqtradebot/test_freqtradebot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/freqtradebot/test_freqtradebot.py b/tests/freqtradebot/test_freqtradebot.py index 7c45928a2..ec9d27a4d 100644 --- a/tests/freqtradebot/test_freqtradebot.py +++ b/tests/freqtradebot/test_freqtradebot.py @@ -1305,6 +1305,7 @@ def test_exit_positions_exception(mocker, default_conf_usdt, limit_order, caplog ft_price=trade.open_rate, order_id=order_id, ft_is_open=False, + filled=11 ) ) Trade.session.add(trade)