From a2fd3e14acec196c3c4b737a450e250f319cda1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Thu, 16 Jan 2025 11:42:55 +0100 Subject: [PATCH] Fix wrong wording in test name --- tests/ert/unit_tests/resources/test_run_flow_simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ert/unit_tests/resources/test_run_flow_simulator.py b/tests/ert/unit_tests/resources/test_run_flow_simulator.py index 7865f794d4d..f4b4b1c4147 100644 --- a/tests/ert/unit_tests/resources/test_run_flow_simulator.py +++ b/tests/ert/unit_tests/resources/test_run_flow_simulator.py @@ -99,7 +99,7 @@ def test_flowrunner_will_raise_when_flow_fails(source_root): @pytest.mark.integration_test @pytest.mark.usefixtures("use_tmpdir") @pytest.mark.skipif(not shutil.which("flowrun"), reason="flowrun not available") -def test_flowrunner_will_can_ignore_flow_errors(source_root): +def test_flowrunner_can_ignore_flow_errors(source_root): shutil.copy( source_root / "test-data/ert/eclipse/SPE1_ERROR.DATA", "SPE1_ERROR.DATA" )