Update SlotCenterPoint ValueError test

This commit is contained in:
Jonathan Wagenet 2025-05-28 21:57:26 -04:00
parent 7dfe461d08
commit 811dd569d3

View file

@ -532,7 +532,7 @@ class TestBuildSketchObjects(unittest.TestCase):
[
(SlotOverall, (5, 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):