From 6626b9cf2a6815709ea6b5b3a1e99c99733d60df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Mon, 16 Sep 2024 09:06:00 +0200 Subject: [PATCH] Fix typo existant -> existent existant is French. --- tests/unit_tests/config/test_ert_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit_tests/config/test_ert_config.py b/tests/unit_tests/config/test_ert_config.py index f8cd9bf6e07..7cc2e9c0349 100644 --- a/tests/unit_tests/config/test_ert_config.py +++ b/tests/unit_tests/config/test_ert_config.py @@ -668,7 +668,7 @@ def test_num_cpu_vs_torque_queue_cpu_configuration( @pytest.mark.usefixtures("use_tmpdir") -def test_that_non_existant_job_directory_gives_config_validation_error(): +def test_that_non_existent_job_directory_gives_config_validation_error(): test_config_file_base = "test" test_config_file_name = f"{test_config_file_base}.ert" test_config_contents = dedent( @@ -758,7 +758,7 @@ def test_that_recursive_define_warns_when_reached_max_iterations(): @pytest.mark.usefixtures("use_tmpdir") -def test_that_loading_non_existant_workflow_gives_validation_error(): +def test_that_loading_non_existent_workflow_gives_validation_error(): test_config_file_base = "test" test_config_file_name = f"{test_config_file_base}.ert" test_config_contents = dedent( @@ -777,7 +777,7 @@ def test_that_loading_non_existant_workflow_gives_validation_error(): @pytest.mark.usefixtures("use_tmpdir") -def test_that_loading_non_existant_workflow_job_gives_validation_error(): +def test_that_loading_non_existent_workflow_job_gives_validation_error(): test_config_file_base = "test" test_config_file_name = f"{test_config_file_base}.ert" test_config_contents = dedent(