mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +00:00
Add Helping comment to ws_compat_tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user