mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
typo
This commit is contained in:
committed by
Thomas Krijnen
parent
b64601ee0a
commit
8038b77504
@@ -56,7 +56,7 @@ class TestIdsParsing(unittest.TestCase):
|
||||
|
||||
def test_parse_predefinedType_facet(self):
|
||||
IDS_URL = (
|
||||
os.path.join(os.path.dirname(__file__), "Sample-BIM-Files/IDS/", "IDS_Wall_needs_predefinedType.xml")
|
||||
os.path.join(os.path.dirname(__file__), "Sample-BIM-Files/IDS/", "IDS_Wall_needs_predefinedtype.xml")
|
||||
)
|
||||
ids_file = ids.ids.open(IDS_URL)
|
||||
self.assertEqual(
|
||||
|
||||
Reference in New Issue
Block a user