Skip to content

Commit

Permalink
Rename test_jobs_file_is_backed_up
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Jan 13, 2025
1 parent c16024c commit 718fd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/unit_tests/test_run_path_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_setup_without_gen_kw_does_not_generates_parameters_txt(make_run_path):


@pytest.mark.usefixtures("use_tmpdir")
def test_jobs_file_is_backed_up(make_run_path):
def test_jobs_json_is_backed_up(make_run_path):
Path("genkw").write_text("genkw0 UNIFORM 0 1", encoding="utf-8")
ert_config = ErtConfig.from_file_contents(
config_contents.format(parameters="GEN_KW GENKW genkw")
Expand Down

0 comments on commit 718fd50

Please sign in to comment.