Fix get_pset tests after 832ad6d31

This commit is contained in:
Andrej730
2024-11-08 12:42:45 +05:00
parent eed4985957
commit 36f12b5145
2 changed files with 7 additions and 0 deletions
@@ -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(),
}