mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +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))
|
os.unlink(Hyperopt.get_lock_filename(hyperopt_conf))
|
||||||
|
|
||||||
|
|
||||||
def test_start_filelock(mocker, hyperopt_conf, caplog) -> None:
|
def test_start_filelock(mocker, hyperopt_conf, caplog) -> None:
|
||||||
hyperopt_mock = MagicMock(side_effect=Timeout(Hyperopt.get_lock_filename(hyperopt_conf)))
|
hyperopt_mock = MagicMock(side_effect=Timeout(Hyperopt.get_lock_filename(hyperopt_conf)))
|
||||||
patched_configuration_load_config_file(mocker, hyperopt_conf)
|
patched_configuration_load_config_file(mocker, hyperopt_conf)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user