dont apply fees on trade creation

This commit is contained in:
gcarq
2017-11-22 21:01:44 +01:00
parent 9136e64d89
commit 9a87dcf0a1
2 changed files with 4 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ def test_process_trade_creation(default_conf, ticker, health, mocker):
assert trade.open_date is not None
assert trade.exchange == Exchanges.BITTREX.name
assert trade.open_rate == 0.072661
assert trade.amount == 0.6864067381401302
assert trade.amount == 0.6881270557795791
def test_process_exchange_failures(default_conf, ticker, health, mocker):