diff --git a/tests/test_core_main.py b/tests/test_core_main.py index 6026ec5..34d6177 100644 --- a/tests/test_core_main.py +++ b/tests/test_core_main.py @@ -502,10 +502,6 @@ def test_exec_sed_task_with_preprocesssed_task(self): ] # execute simulation - task.model.changes[0].target = "/sbml:sbml/sbml:model" - with self.assertRaisesRegex(ValueError, 'targets for the following changes are not valid'): - preprocessed_task = core.preprocess_sed_task(task, variables) - task.model.changes[0].target = "/sbml:sbml/sbml:model/sbml:listOfSpecies/sbml:species[@id='C']" task.simulation.algorithm.kisao_id = 'KISAO_0000029' preprocessed_task = core.preprocess_sed_task(task, variables)