From d5ae03a4f6832455ae7759a1b6a0061a770a86e6 Mon Sep 17 00:00:00 2001 From: Frode Aarstad Date: Thu, 2 Jan 2025 09:34:33 +0100 Subject: [PATCH] Change needed for updated everest-models --- .../test_data/open_shut_state_modifier/everest/model/array.yml | 2 +- .../test_data/open_shut_state_modifier/everest/model/index.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/everest/test_data/open_shut_state_modifier/everest/model/array.yml b/tests/everest/test_data/open_shut_state_modifier/everest/model/array.yml index 8046dcff0d4..4d3d3312563 100644 --- a/tests/everest/test_data/open_shut_state_modifier/everest/model/array.yml +++ b/tests/everest/test_data/open_shut_state_modifier/everest/model/array.yml @@ -69,7 +69,7 @@ install_data: target: templates forward_model: - - well_swapping run --priorities well_priorities.json --constraints swapping_constraints.json --cases wells.json --output well_swap_output.json --config files/well_swap_config.yml + - well_swapping --priorities well_priorities.json --constraints swapping_constraints.json --cases wells.json --output well_swap_output.json --config files/well_swap_config.yml #################################### # FROM HERE ON, NOTHING NEW... diff --git a/tests/everest/test_data/open_shut_state_modifier/everest/model/index.yml b/tests/everest/test_data/open_shut_state_modifier/everest/model/index.yml index dc1cc7b174f..6db082dba6f 100644 --- a/tests/everest/test_data/open_shut_state_modifier/everest/model/index.yml +++ b/tests/everest/test_data/open_shut_state_modifier/everest/model/index.yml @@ -87,7 +87,7 @@ install_data: target: templates forward_model: - - well_swapping run --priorities well_priorities.json --constraints swapping_constraints.json --cases wells.json --output well_swap_output.json --config files/well_swap_config.yml + - well_swapping --priorities well_priorities.json --constraints swapping_constraints.json --cases wells.json --output well_swap_output.json --config files/well_swap_config.yml #################################### # FROM HERE ON, NOTHING NEW...