Add Helping comment to ws_compat_tests

This commit is contained in:
Matthias
2023-11-24 06:40:58 +01:00
parent bd9ebe4a72
commit e3887a33b9

View File

@@ -61,5 +61,6 @@ class TestCCXTExchangeWs:
sleep(1)
assert m_hist.call_count == 0
# shouldn't have tried fetch_ohlcv a second time.
assert m_cand.call_count == 1
assert log_has_re(r"watch result.*", caplog)