Skip to content

Commit 1dae032

Browse files
committed
fix python
1 parent bb3c8c8 commit 1dae032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ def check_model_mss(verbose):
260260
else:
261261
print("model mss topology is invalid.")
262262
nb_model_issues = launch_topological_validity_checks(result.topology, verbose)
263-
if nb_model_issues != 35:
263+
if nb_model_issues != 36:
264264
raise ValueError(
265-
"[Test] model mss.og_strm should have 35 topological problems."
265+
"[Test] model mss.og_strm should have 36 topological problems."
266266
)
267267
nb_component_meshes_issues = launch_component_meshes_validity_checks(
268268
result.meshes, verbose

0 commit comments

Comments
 (0)