From 72c7f118a0d7f0b46eddc1cd150a610b7741ea50 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 4 Jul 2024 17:43:50 +0200 Subject: [PATCH] Improve test naming to be clearer --- tests/exchange_online/test_ccxt_ws_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exchange_online/test_ccxt_ws_compat.py b/tests/exchange_online/test_ccxt_ws_compat.py index 49c46f516..3d7188523 100644 --- a/tests/exchange_online/test_ccxt_ws_compat.py +++ b/tests/exchange_online/test_ccxt_ws_compat.py @@ -21,7 +21,7 @@ from tests.exchange_online.conftest import EXCHANGE_WS_FIXTURE_TYPE @pytest.mark.longrun @pytest.mark.timeout(3 * 60) class TestCCXTExchangeWs: - def test_ccxt_ohlcv(self, exchange_ws: EXCHANGE_WS_FIXTURE_TYPE, caplog, mocker): + def test_ccxt_watch_ohlcv(self, exchange_ws: EXCHANGE_WS_FIXTURE_TYPE, caplog, mocker): exch, exchangename, pair = exchange_ws assert exch._ws_async is not None