From 7dab70f1a5b0e71a4c68a0894f8aed9966bd3dba Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Sat, 26 Feb 2022 09:45:15 -0600 Subject: [PATCH] test_ccxt_compat - ftx["futures"] = false --- tests/exchange/test_ccxt_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exchange/test_ccxt_compat.py b/tests/exchange/test_ccxt_compat.py index 516c4f429..52f39a274 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -50,7 +50,7 @@ EXCHANGES = { 'hasQuoteVolume': True, 'timeframe': '5m', 'futures_pair': 'BTC/USD:USD', - 'futures': True, + 'futures': False, 'leverage_tiers_public': False, # TODO: Set to True once implemented on CCXT 'leverage_in_spot_market': True, },