Fix: pyapi_grease_pencil test failiure
Broken by 09ca5a4c5f.
The test needs to be updated to reflect the change.
This commit is contained in:
@@ -93,7 +93,7 @@ class TestGreasePencilDrawing(unittest.TestCase):
|
||||
|
||||
def test_grease_pencil_drawing_remove_all_strokes(self):
|
||||
self.drawing.remove_strokes()
|
||||
self.assertIsNone(self.drawing.strokes)
|
||||
self.assertEqual(len(self.drawing.strokes), 0)
|
||||
|
||||
def test_grease_pencil_drawing_remove_strokes(self):
|
||||
self.drawing.remove_strokes(indices=[0, 2])
|
||||
|
||||
Reference in New Issue
Block a user