Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimtron-10 committed Sep 14, 2023
1 parent 07a3f5c commit 0e2bd11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fury/ui/tests/test_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -1479,8 +1479,7 @@ def test_ui_tree_2d(interactive=False):
event_counter.check_counts(expected)

for node in tree.nodes:
child = node.child_nodes[0]
npt.assert_equal(node.size[1], child.size[1]+tree.node_height)
npt.assert_equal(node.size[1], tree.node_height)


def test_ui_treenode_2d(interactive=False):
Expand Down

0 comments on commit 0e2bd11

Please sign in to comment.