Update some comments

This commit is contained in:
Matthias
2020-06-15 06:35:31 +02:00
parent 02fca141a0
commit d337fb6c6a
4 changed files with 4 additions and 5 deletions

View File

@@ -386,7 +386,7 @@ def test_call_deprecated_function(result, monkeypatch, default_conf, caplog):
assert isinstance(selldf, DataFrame)
assert 'sell' in selldf
assert log_has('DEPRECATED: Please migrate to using timeframe instead of ticker_interval.',
assert log_has("DEPRECATED: Please migrate to using 'timeframe' instead of 'ticker_interval'.",
caplog)