Skip to content

Commit 5f9d1f6

Browse files
committed
Rename unit test
1 parent 2cc7049 commit 5f9d1f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/ert/unit_tests/resources/test_ecl_run_new_config.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,7 @@ def test_slave_started_message_are_not_counted_as_errors():
687687
),
688688
],
689689
)
690-
def test_can_parce_errors_when_eclipse_uses_multiple_cpus(
691-
prt_error, expected_error_list
692-
):
690+
def test_can_parse_errors(prt_error, expected_error_list):
693691
Path("ECLCASE.PRT").write_text(prt_error + "\n", encoding="utf-8")
694692

695693
Path("ECLCASE.DATA").write_text("", encoding="utf-8")

0 commit comments

Comments
 (0)