Update order_Types documentation

This commit is contained in:
Matthias
2022-03-09 07:39:32 +01:00
parent 50ab0dc6c5
commit 93a91bdeee
15 changed files with 54 additions and 55 deletions

View File

@@ -2551,7 +2551,7 @@ def test_check_handle_timedout_sell_usercustom(
assert et_mock.call_count == 0
freqtrade.check_handle_timedout()
assert log_has_re('Emergencyselling trade.*', caplog)
assert log_has_re('Emergency exiting trade.*', caplog)
assert et_mock.call_count == 1