diff --git a/src/ifcopenshell-python/test/api/root/test_copy_class.py b/src/ifcopenshell-python/test/api/root/test_copy_class.py index ab65d8ccfa..782ef05472 100644 --- a/src/ifcopenshell-python/test/api/root/test_copy_class.py +++ b/src/ifcopenshell-python/test/api/root/test_copy_class.py @@ -235,7 +235,7 @@ class TestCopyClass(test.bootstrap.IFC4): class TestCopyClassIFC2X3(test.bootstrap.IFC2X3): - def test_copying_distribution_ports_bug(self): + def test_copying_distribution_ports(self): element = ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcFlowTerminal") port = ifcopenshell.api.run("system.add_port", self.file) ifcopenshell.api.run("system.assign_port", self.file, element=element, port=port)