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.
2 parents 36d4178 + 490f272 commit 68bac66Copy full SHA for 68bac66
tests/test_cadquery.py
@@ -2258,7 +2258,7 @@ def testClean(self):
2258
.box(10, 10, 10)
2259
.faces(">Y")
2260
.workplane()
2261
- .rect(5, 10, 5)
+ .rect(5, 10, True)
2262
.extrude(20)
2263
)
2264
@@ -2329,7 +2329,7 @@ def testNoClean(self):
2329
2330
2331
2332
2333
.extrude(20, clean=False)
2334
2335
0 commit comments