mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-29 02:10:24 +00:00
Fix exception test
This commit is contained in:
@@ -2199,6 +2199,7 @@ def test_exit_positions_exception(mocker, default_conf_usdt, limit_order, caplog
|
||||
ft_amount=trade.amount,
|
||||
ft_price=trade.open_rate,
|
||||
order_id=order_id,
|
||||
ft_is_open=False,
|
||||
|
||||
))
|
||||
Trade.session.add(trade)
|
||||
|
||||
Reference in New Issue
Block a user