Skip to content

Commit

Permalink
fix(gui): lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
eruvanos committed May 10, 2024
1 parent 3d70f87 commit 84ad869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/gui/test_widget_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_widget_add_child_at_index_0():
assert children[0] == child_2
assert children[1] == child_1


def test_widget_remove_child():
# GIVEN
parent = UIDummy()
Expand Down

0 comments on commit 84ad869

Please sign in to comment.