aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_helpers.py')
-rw-r--r--tests/test_cli_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli_helpers.py b/tests/test_cli_helpers.py
index 0e9f0d6..69e6ffe 100644
--- a/tests/test_cli_helpers.py
+++ b/tests/test_cli_helpers.py
@@ -156,7 +156,7 @@ def test_copy_profile_file_to_output_dir(tmp_path: Path) -> None:
def test_copy_optimization_file_to_output_dir(tmp_path: Path) -> None:
- """Test if the optimization profile file is copied into the output directory."""
+ """Test if the profile file is copied into the output directory."""
test_target_profile_name = "optimization"
test_file_path = Path(f"{tmp_path}/{test_target_profile_name}.toml")