chore: update test to reflect a fix in ccxt
This commit is contained in:
@@ -106,9 +106,7 @@ class TestCCXTExchange:
|
|||||||
assert isinstance(fees, list)
|
assert isinstance(fees, list)
|
||||||
for fee in fees:
|
for fee in fees:
|
||||||
assert isinstance(fee, dict)
|
assert isinstance(fee, dict)
|
||||||
assert isinstance(fee["cost"], str)
|
assert isinstance(fee["cost"], float)
|
||||||
# TODO: this should be a float!
|
|
||||||
# assert isinstance(fee["cost"], float)
|
|
||||||
assert isinstance(fee["currency"], str)
|
assert isinstance(fee["currency"], str)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user