mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: enable test checking funding-fee returned is not 0.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user