Introduce cancel_stoploss_with_result

This commit is contained in:
Matthias
2021-05-16 14:15:24 +02:00
parent 380754b8ab
commit 6f38976470
4 changed files with 29 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ def test_may_execute_sell_stoploss_on_exchange_multi(default_conf, ticker, fee,
amount_to_precision=lambda s, x, y: y,
price_to_precision=lambda s, x, y: y,
fetch_stoploss_order=stoploss_order_mock,
cancel_stoploss_order=cancel_order_mock,
cancel_stoploss_order_with_result=cancel_order_mock,
)
mocker.patch.multiple(