We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f455b1 commit b524015Copy full SHA for b524015
plotpy/tests/unit/test_mask_tool.py
@@ -52,6 +52,6 @@ def test_image_mask_tool(shape_tool_cls: type[RectangularShapeTool], inside: boo
52
mask_tool.clear_mask()
53
54
shape_tool.add_shape_to_plot(plot, pos0, pos1)
55
- mask_tool.remove_all_shapes()
+ mask_tool.remove_shapes()
56
57
exec_dialog(win)
0 commit comments