Skip to content

Commit bc97699

Browse files
committed
fix: test requires other tests to provide a window
1 parent 50280b4 commit bc97699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/gui/test_widget_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_iterate_widget_children(window):
107107
assert list(parent) == [child1, child2]
108108

109109

110-
def test_chained_widgets_are_collected_by_gc():
110+
def test_chained_widgets_are_collected_by_gc(window):
111111
"""
112112
Test that chained widgets are collected by garbage collector.
113113
This is to ensure that there are no memory leaks when widgets are

0 commit comments

Comments
 (0)