Skip to content

Commit cfa855d

Browse files
committed
test: remove missleading comment
1 parent 34a72a0 commit cfa855d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/exchange/test_exchange.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4455,8 +4455,7 @@ def test_ohlcv_candle_limit(default_conf, mocker, exchange_name):
44554455
for timeframe in timeframes:
44564456
# if 'ohlcv_candle_limit_per_timeframe' in exchange._ft_has:
44574457
# expected = exchange._ft_has['ohlcv_candle_limit_per_timeframe'][timeframe]
4458-
# This should only run for bittrex
4459-
# assert exchange_name == 'bittrex'
4458+
# This should only run for htx
44604459
assert exchange.ohlcv_candle_limit(timeframe, CandleType.SPOT) == expected
44614460

44624461

0 commit comments

Comments
 (0)