remove last ticker_interval compatibility shim

This commit is contained in:
Matthias
2022-03-20 09:30:54 +01:00
parent 0f76b23733
commit aceaa3faec
3 changed files with 1 additions and 14 deletions

View File

@@ -388,9 +388,6 @@ 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'.",
caplog)
def test_strategy_interface_versioning(result, monkeypatch, default_conf):
default_conf.update({'strategy': 'StrategyTestV2'})