fix the last failing unit test
This commit is contained in:
parent
dbc3874b4f
commit
084264669f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user