Fix some tests to call update_trade with order object

This commit is contained in:
Matthias
2022-02-10 20:40:50 +01:00
parent 1b1216fc87
commit 508e677d70
4 changed files with 62 additions and 30 deletions

View File

@@ -2208,7 +2208,7 @@ def limit_sell_order_usdt_open():
'id': 'mocked_limit_sell_usdt',
'type': 'limit',
'side': 'sell',
'pair': 'mocked',
'symbol': 'mocked',
'datetime': arrow.utcnow().isoformat(),
'timestamp': arrow.utcnow().int_timestamp,
'price': 2.20,