Skip to content

Commit

Permalink
Fix Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
glonlas committed Jun 8, 2018
1 parent 5085213 commit 5ca84ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/tests/test_freqtradebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1564,5 +1564,5 @@ def test_get_real_amount_open_trade(default_conf, mocker):
'amount': amount,
'status': 'open',
}
freqtrade = FreqtradeBot(default_conf, create_engine('sqlite://'))
freqtrade = FreqtradeBot(default_conf)
assert freqtrade.get_real_amount(trade, order) == amount

0 comments on commit 5ca84ac

Please sign in to comment.