Skip to content

Commit b524015

Browse files
committed
test_mask_tool: fixed blocking dialog box
1 parent 3f455b1 commit b524015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotpy/tests/unit/test_mask_tool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ def test_image_mask_tool(shape_tool_cls: type[RectangularShapeTool], inside: boo
5252
mask_tool.clear_mask()
5353

5454
shape_tool.add_shape_to_plot(plot, pos0, pos1)
55-
mask_tool.remove_all_shapes()
55+
mask_tool.remove_shapes()
5656

5757
exec_dialog(win)

0 commit comments

Comments
 (0)