Fix test missing assert statement

This commit is contained in:
Matthias
2022-02-17 19:37:24 +01:00
parent d9d9867a54
commit de8d789962
2 changed files with 2 additions and 15 deletions

View File

@@ -148,14 +148,7 @@ def test_stoploss_order_dry_run_binance(default_conf, mocker):
(1501, 1499, 1501, "sell"),
(1499, 1501, 1499, "buy")
])
def test_stoploss_adjust_binance(
mocker,
default_conf,
sl1,
sl2,
sl3,
side
):
def test_stoploss_adjust_binance(mocker, default_conf, sl1, sl2, sl3, side):
exchange = get_patched_exchange(mocker, default_conf, id='binance')
order = {
'type': 'stop_loss_limit',