Skip to content

Commit ac3545f

Browse files
committed
fix python
1 parent ce495de commit ac3545f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def add_surfaces_in_model_boundaries(brep, builder, surface_uuids, boundary_uuid
346346
if brep.nb_collections(surface_id) != 1:
347347
raise ValueError("[Test] All Surfaces should be in 1 collection")
348348
for collection in brep.collections(surface_id):
349-
if not collection.type().matches(
349+
if not collection.type.matches(
350350
model.ModelBoundary3D.component_type_static()
351351
):
352352
raise ValueError(

0 commit comments

Comments
 (0)