We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc7049 commit 5f9d1f6Copy full SHA for 5f9d1f6
tests/ert/unit_tests/resources/test_ecl_run_new_config.py
@@ -687,9 +687,7 @@ def test_slave_started_message_are_not_counted_as_errors():
687
),
688
],
689
)
690
-def test_can_parce_errors_when_eclipse_uses_multiple_cpus(
691
- prt_error, expected_error_list
692
-):
+def test_can_parse_errors(prt_error, expected_error_list):
693
Path("ECLCASE.PRT").write_text(prt_error + "\n", encoding="utf-8")
694
695
Path("ECLCASE.DATA").write_text("", encoding="utf-8")
0 commit comments