chore: enable test checking funding-fee returned is not 0.

This commit is contained in:
Matthias
2025-07-29 20:05:54 +02:00
parent b07ffbf721
commit fdcbb3c0d0

View File

@@ -393,7 +393,7 @@ class TestCCXTExchange:
)
assert isinstance(funding_fee, float)
# assert funding_fee > 0
assert funding_fee != 0
def test_ccxt__async_get_trade_history(self, exchange: EXCHANGE_FIXTURE_TYPE):
exch, exchangename = exchange