Update documentation to clarify new behaviour

This commit is contained in:
Matthias
2021-11-07 13:14:29 +01:00
parent a08dd17bc1
commit de4bc7204d
3 changed files with 8 additions and 4 deletions

View File

@@ -960,7 +960,6 @@ def test_validate_required_startup_candles(default_conf, mocker, caplog):
Exchange(default_conf)
def test_exchange_has(default_conf, mocker):
exchange = get_patched_exchange(mocker, default_conf)
assert not exchange.exchange_has('ASDFASDF')