fix redeclarations in tests

This commit is contained in:
Andrej730
2024-06-07 16:29:52 +05:00
parent 4078140079
commit f8a5ce34a8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ class TestTemporarySupportForDeprecatedAPIArguments(test.bootstrap.IFC4):
assert rel.is_a("IfcRelReferencedInSpatialStructure")
@deprecation_check
def test_removing_a_container(self):
def test_removing_a_structure(self):
element = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcBuilding")
subelement = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcWall")
ifcopenshell.api.run(