mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix get_pset tests after 832ad6d31
This commit is contained in:
@@ -53,6 +53,7 @@ class TestGetPsetIFC4(test.bootstrap.IFC4):
|
||||
"id": 4,
|
||||
"class": "IfcPropertySingleValue",
|
||||
"value": "b",
|
||||
"value_type": "IfcLabel",
|
||||
}
|
||||
|
||||
def test_getting_the_psets_of_a_product_type_as_a_dictionary(self):
|
||||
@@ -66,6 +67,7 @@ class TestGetPsetIFC4(test.bootstrap.IFC4):
|
||||
"id": 3,
|
||||
"class": "IfcPropertySingleValue",
|
||||
"value": "y",
|
||||
"value_type": "IfcLabel",
|
||||
},
|
||||
"id": pset.id(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user