From a5dedbedbb375188995060a60aadc7a36f6b5784 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 14 Jul 2023 18:02:51 +0500 Subject: [PATCH] oops, forgot to clean up the test name --- src/ifcopenshell-python/test/api/root/test_copy_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)