mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
fix flake8
This commit is contained in:
parent
72c17e29c0
commit
8bd9ed1543
|
@ -1370,6 +1370,7 @@ def test_get_real_amount_no_trade(default_conf, buy_order_fee, caplog, mocker):
|
||||||
'open_rate=0.24544100, open_since=closed) failed: myTrade-Dict empty found',
|
'open_rate=0.24544100, open_since=closed) failed: myTrade-Dict empty found',
|
||||||
caplog.record_tuples)
|
caplog.record_tuples)
|
||||||
|
|
||||||
|
|
||||||
def test_get_real_amount_stake(default_conf, trades_for_order, buy_order_fee, caplog, mocker):
|
def test_get_real_amount_stake(default_conf, trades_for_order, buy_order_fee, caplog, mocker):
|
||||||
"""
|
"""
|
||||||
Test get_real_amount - fees in Stake currency
|
Test get_real_amount - fees in Stake currency
|
||||||
|
|
Loading…
Reference in New Issue
Block a user