From 7b9880035b9aaf452c626c1700746baf09f31138 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 27 Feb 2022 15:11:09 +0100 Subject: [PATCH] Remove wrong TODO-lev comment --- tests/test_freqtradebot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_freqtradebot.py b/tests/test_freqtradebot.py index 7b77375b6..d6930bc24 100644 --- a/tests/test_freqtradebot.py +++ b/tests/test_freqtradebot.py @@ -1128,9 +1128,6 @@ def test_handle_stoploss_on_exchange(mocker, default_conf_usdt, fee, caplog, is_ assert trade.is_open is False caplog.clear() - # TODO-lev: Test 2 identical orders but one with leverage, 1 without, and test that the - # leveraged trade is hit, but the other trade is not - mocker.patch( 'freqtrade.exchange.Binance.stoploss', side_effect=ExchangeError()