Remove commented mock

This commit is contained in:
Matthias 2020-05-03 11:29:51 +02:00
parent 72282a2239
commit 81397874eb
1 changed files with 0 additions and 1 deletions

View File

@ -3584,7 +3584,6 @@ def test_get_real_amount_open_trade(default_conf, fee, mocker):
def test_apply_fee_conditional(default_conf, fee, caplog, mocker,
amount, fee_abs, wallet, amount_exp):
walletmock = mocker.patch('freqtrade.wallets.Wallets.update')
# mocker.patch('freqtrade.exchange.Exchange.amount_to_precision', lambda s, x, y: y)
mocker.patch('freqtrade.wallets.Wallets.get_free', return_value=wallet)
trade = Trade(
pair='LTC/ETH',