Skip to content

Commit

Permalink
Fix wrong wording in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Jan 20, 2025
1 parent 941a21b commit a2fd3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/unit_tests/resources/test_run_flow_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit a2fd3e1

Please sign in to comment.