Update tests to no longer use Strategy V1

This commit is contained in:
Matthias
2022-04-25 07:02:09 +02:00
parent 562e36c3ec
commit ec2582a4ae
4 changed files with 21 additions and 135 deletions

View File

@@ -686,7 +686,7 @@ def test_is_pair_locked(default_conf):
def test_is_informative_pairs_callback(default_conf):
default_conf.update({'strategy': 'TestStrategyLegacyV1'})
default_conf.update({'strategy': 'StrategyTestV2'})
strategy = StrategyResolver.load_strategy(default_conf)
# Should return empty
# Uses fallback to base implementation