Remove missleading comment

This commit is contained in:
Matthias 2023-03-28 18:10:26 +02:00
parent 736c396d98
commit f0b5f95fd6

View File

@ -93,7 +93,7 @@ def test_may_execute_exit_stoploss_on_exchange_multi(default_conf, ticker, fee,
wallets_mock.reset_mock()
trades = Trade.session.scalars(select(Trade)).all()
# Make sure stoploss-order is open and trade is bought (since we mock update_trade_state)
# Make sure stoploss-order is open and trade is bought
for trade in trades:
stoploss_order_closed['id'] = '3'
oobj = Order.parse_from_ccxt_object(stoploss_order_closed, trade.pair, 'stoploss')