mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Update test for new kucoin behavior
related: https://github.com/ccxt/ccxt/pull/18745
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user