Add test for "no trades found" case

This commit is contained in:
Matthias Voppichler
2018-04-25 09:08:02 +02:00
parent 483415cd65
commit 72c17e29c0
2 changed files with 27 additions and 1 deletions

View File

@@ -583,6 +583,6 @@ def buy_order_fee():
'price': 0.245441,
'amount': 8.0,
'remaining': 90.99181073,
'status': 'open',
'status': 'closed',
'fee': None
}