diff --git a/src/testium/main_win/test_tree_items/test_tree_item.py b/src/testium/main_win/test_tree_items/test_tree_item.py index 7126c09..0469bd4 100644 --- a/src/testium/main_win/test_tree_items/test_tree_item.py +++ b/src/testium/main_win/test_tree_items/test_tree_item.py @@ -13,7 +13,7 @@ _ITEM_CONFIG = { "unittest": {"icon": "folder.png", "icon_on": "folder-open.png", "expanded": True, "no_breakpoint": True}, "unittest step": {"icon": "document.png", "no_breakpoint": True}, "pytest": {"icon": "pytest.png", "expanded": True, "no_breakpoint": True}, - "pytest step": {"icon": "document.png", "no_breakpoint": True}, + "pytest step": {"icon": "pytest.png", "no_breakpoint": True}, "Console": {"icon": "terminal.png", "unfoldable": False}, "Console action": {"icon": "terminal.png"}, "Cycle": {"icon": "cycle.png", "expanded": True},