consistent use of the config dict within the test

This commit is contained in:
Matthias 2018-07-15 09:08:14 +02:00
parent b4ba641131
commit 158226012a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def test_strategy(result):
assert hasattr(resolver.strategy, 'minimal_roi')
assert resolver.strategy.minimal_roi[0] == 0.04
assert config.get("minimal_roi")['0'] == 0.04
assert config["minimal_roi"]['0'] == 0.04
assert hasattr(resolver.strategy, 'stoploss')
assert resolver.strategy.stoploss == -0.10