mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update test for new kucoin behavior
related: https://github.com/ccxt/ccxt/pull/18745
This commit is contained in:
parent
0e63335d2e
commit
53c0d30f36
|
@ -391,7 +391,7 @@ class TestCCXTExchange:
|
|||
assert po['id'] is not None
|
||||
if len(order.keys()) < 5:
|
||||
# Kucoin case
|
||||
assert po['status'] == 'closed'
|
||||
assert po['status'] is None
|
||||
continue
|
||||
assert po['timestamp'] == 1674493798550
|
||||
assert isinstance(po['datetime'], str)
|
||||
|
|
Loading…
Reference in New Issue
Block a user