Skip to content

Commit 87f9e5b

Browse files
committed
fix
1 parent 57633da commit 87f9e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/tests/model/test-py-brep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ def test_registry(brep):
805805
if mesh_answer[component.get()] != len(ids):
806806
raise ValueError("[Test] Wrong mesh registry entry")
807807
collection_registry = brep.collection_components()
808-
if len(collection_registry) != 54:
808+
if len(collection_registry) != 5:
809809
raise ValueError("[Test] Wrong collection registry size")
810810
collection_answer = {
811811
model.CornerCollection3D.component_type_static().get(): 2,

0 commit comments

Comments
 (0)