We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57633da commit 87f9e5bCopy full SHA for 87f9e5b
bindings/python/tests/model/test-py-brep.py
@@ -805,7 +805,7 @@ def test_registry(brep):
805
if mesh_answer[component.get()] != len(ids):
806
raise ValueError("[Test] Wrong mesh registry entry")
807
collection_registry = brep.collection_components()
808
- if len(collection_registry) != 54:
+ if len(collection_registry) != 5:
809
raise ValueError("[Test] Wrong collection registry size")
810
collection_answer = {
811
model.CornerCollection3D.component_type_static().get(): 2,
0 commit comments