refactor: improve naming to reflect method functionality

This commit is contained in:
Matthias
2026-05-17 20:13:42 +02:00
parent 03fac42047
commit 875daac375
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -531,7 +531,7 @@ def test_strategy_interface_versioning(dataframe_1m, default_conf):
assert "exit_long" in exitdf
def test_strategy_ft_load_params_from_file(mocker, default_conf):
def test_strategy_ft_set_special_params_from_file(mocker, default_conf):
default_conf.update({"strategy": "StrategyTestV2"})
del default_conf["max_open_trades"]
mocker.patch(