Update test for new kucoin behavior

related: https://github.com/ccxt/ccxt/pull/18745
This commit is contained in:
Matthias 2023-08-02 20:04:41 +02:00
parent 0e63335d2e
commit 53c0d30f36

View File

@ -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)