Skip to content

Commit 0976086

Browse files
committed
explicit example icon name in test
1 parent 4a477a8 commit 0976086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotpy/tests/tools/test_get_rectangle_with_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SVGToolExample(RectangularShapeTool):
2323
"""Tool to select a rectangular area and create a pattern from it"""
2424

2525
TITLE = "Pattern selection tool"
26-
ICON = "pattern.svg"
26+
ICON = "your_icon.svg"
2727
AVOID_NULL_SHAPE = True
2828
SVG_FNAME = get_path("svg_tool.svg")
2929

0 commit comments

Comments
 (0)