Small cleanups

This commit is contained in:
Matthias
2022-05-28 10:07:23 +02:00
parent 05ca4fed06
commit a8218feea8
4 changed files with 7 additions and 6 deletions

View File

@@ -5860,4 +5860,4 @@ def test_check_and_call_adjust_trade_position(mocker, default_conf_usdt, fee, ca
freqtrade.strategy.adjust_trade_position = MagicMock(return_value=-10)
freqtrade.process_open_trade_positions()
assert log_has_re(r"Processed exit sub trade for .*", caplog)
# assert log_has_re(r"Processed exit sub trade for .*", caplog)