From 183bf6819f90ca11e6803668d48addc5e28425ba Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 12 Jan 2023 23:35:32 +0100 Subject: [PATCH] Update binance pair naming in ccxt test --- 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 f447b6237..7af250a1a 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -32,7 +32,7 @@ EXCHANGES = { 'leverage_in_spot_market': False, }, # 'binance': { - # 'pair': 'BTC/USDT', + # 'pair': 'BTC/USDT:USDT', # 'stake_currency': 'USDT', # 'hasQuoteVolume': True, # 'timeframe': '5m',