fix: typo

This commit is contained in:
Matthias
2026-05-25 08:21:21 +02:00
parent 9003d5e9e0
commit d3713cbf09
+1 -1
View File
@@ -166,7 +166,7 @@ class TestCCXTExchange:
exch, exchangename, exchange_params = exchange
pair = exchange_params["pair"]
if exchangename == "okx":
# TODO: reenable test once ccxt has this fixed.
# TODO: re-enable test once ccxt has this fixed.
pytest.skip("OKX fetch_tickers is currently broken, skipping test")
tickers = exch.get_tickers()
assert pair in tickers