mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Update SlotCenterPoint ValueError test
This commit is contained in:
parent
7dfe461d08
commit
811dd569d3
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ class TestBuildSketchObjects(unittest.TestCase):
|
||||||
[
|
[
|
||||||
(SlotOverall, (5, 10)),
|
(SlotOverall, (5, 10)),
|
||||||
(SlotCenterToCenter, (-1, 10)),
|
(SlotCenterToCenter, (-1, 10)),
|
||||||
(SlotCenterPoint, ((0, 0, 0), (2, 0, 0), 10)),
|
(SlotCenterPoint, ((0, 0, 0), (0, 0, 0), 10)),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_invalid_slots(slot, args):
|
def test_invalid_slots(slot, args):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue