Fixed isInside() test name for solid isInside method
Accidentally overwrote existing testIsInside for bounding box isInside method. Renamed to isInsideSolid to fix this issue.
This commit is contained in:
@ -1902,7 +1902,7 @@ class TestCadQuery(BaseTest):
|
||||
self.assertEqual(len(solid.Vertices()),4)
|
||||
self.assertEqual(len(solid.Faces()),4)
|
||||
|
||||
def testIsInside(self):
|
||||
def testIsInsideSolid(self):
|
||||
# test solid
|
||||
model = Workplane('XY').box(10,10,10)
|
||||
|
||||
|
Reference in New Issue
Block a user