mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
test: update test asserting no longer existing metric
This commit is contained in:
@@ -913,7 +913,7 @@ def test_simplified_interface_all_failed(mocker, hyperopt_conf, caplog) -> None:
|
|||||||
caplog.clear()
|
caplog.clear()
|
||||||
hyperopt.hyperopter.init_spaces()
|
hyperopt.hyperopter.init_spaces()
|
||||||
assert log_has_re(r"The 'protection' space is included into *", caplog)
|
assert log_has_re(r"The 'protection' space is included into *", caplog)
|
||||||
assert hyperopt.hyperopter.protection_space == []
|
assert hyperopt.hyperopter.spaces["protection"] == []
|
||||||
|
|
||||||
|
|
||||||
def test_simplified_interface_buy(mocker, hyperopt_conf, capsys) -> None:
|
def test_simplified_interface_buy(mocker, hyperopt_conf, capsys) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user