chore: Highlight non-used variable in test
This commit is contained in:
@@ -22,7 +22,7 @@ from tests.exchange_online.conftest import EXCHANGE_WS_FIXTURE_TYPE
|
|||||||
@pytest.mark.timeout(3 * 60)
|
@pytest.mark.timeout(3 * 60)
|
||||||
class TestCCXTExchangeWs:
|
class TestCCXTExchangeWs:
|
||||||
def test_ccxt_watch_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
|
exch, _exchangename, pair = exchange_ws
|
||||||
|
|
||||||
assert exch._ws_async is not None
|
assert exch._ws_async is not None
|
||||||
timeframe = "1m"
|
timeframe = "1m"
|
||||||
|
|||||||
Reference in New Issue
Block a user