diff --git a/tests/test_parametric_reactors/test_flf_system_code_reactor.py b/tests/test_parametric_reactors/test_flf_system_code_reactor.py index 118265b6a..aa34e037a 100644 --- a/tests/test_parametric_reactors/test_flf_system_code_reactor.py +++ b/tests/test_parametric_reactors/test_flf_system_code_reactor.py @@ -49,7 +49,7 @@ def test_multiple_stp_file_creation(self): assert Path("blanket.stp").is_file() assert Path("upper_blanket.stp").is_file() assert Path("upper_vessel.stp").is_file() - assert Path("vacuum_vessel.stp").is_file() + assert Path("vessel.stp").is_file() def test_graveyard_volume_in_brep_export(self): """Exports the reactor as a brep file and checks the number of volumes @@ -79,7 +79,7 @@ def test_order_of_names_in_reactor(self): assert self.test_reactor.name == [ "blanket", - "vacuum_vessel", + "vessel", "upper_blanket", "lower_blanket", "lower_vessel",