mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Whoops, missing a line.
This commit is contained in:
parent
8bf1001b33
commit
8393c99b62
|
@ -193,6 +193,7 @@ def test_start_no_data(mocker, hyperopt_conf) -> None:
|
|||
|
||||
os.unlink(Hyperopt.get_lock_filename(hyperopt_conf))
|
||||
|
||||
|
||||
def test_start_filelock(mocker, hyperopt_conf, caplog) -> None:
|
||||
hyperopt_mock = MagicMock(side_effect=Timeout(Hyperopt.get_lock_filename(hyperopt_conf)))
|
||||
patched_configuration_load_config_file(mocker, hyperopt_conf)
|
||||
|
|
Loading…
Reference in New Issue
Block a user