Skip to content

Commit

Permalink
removed vacuum from name
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 21, 2022
1 parent 77d3328 commit 096fce8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 096fce8

Please sign in to comment.