fix the last failing unit test

This commit is contained in:
Janne Sinivirta 2018-07-17 11:02:07 +03:00
parent dbc3874b4f
commit 084264669f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def test_load_strategy(result):
def test_load_strategy_invalid_directory(result, caplog):
resolver = StrategyResolver()
extra_dir = os.path.join('some', 'path')
resolver._load_strategy('TestStrategy', extra_dir)
resolver._load_strategy('TestStrategy', config={}, extra_dir=extra_dir)
assert (
'freqtrade.strategy.resolver',