Skip to content

Commit 3ffe60c

Browse files
committed
fix: DMS tests
1 parent 5b55387 commit 3ffe60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_tessellation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ def test_component_tessellate(modeler: Modeler):
136136
comp.plot()
137137
assert "PolyData" in str(mesh)
138138
if modeler.client.backend_type != BackendType.LINUX_SERVICE:
139-
assert mesh.n_cells == 15872
140-
assert mesh.n_faces == 15872
139+
assert mesh.n_cells == 3280
140+
assert mesh.n_faces == 3280
141141
assert mesh.n_arrays == 0
142142
assert mesh.n_points == 3300
143143
assert mesh.bounds == pytest.approx(

0 commit comments

Comments
 (0)