Skip to content

Commit

Permalink
test: test in github working differently
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Dec 26, 2024
1 parent 8347b2e commit 6f9bda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tree/test_modify.py
Original file line number Diff line number Diff line change
Expand Up @@ -2454,6 +2454,7 @@ def test_copy_nodes_from_tree_to_tree_merge_leaves_merge_attribute(self):
merge_leaves=True,
merge_attribute=True,
)
self.root_other_full_wrong["b"].sort(key=lambda node: node.node_name)
assert_tree_structure_basenode_root(self.root_other_full_wrong)
assert_tree_structure_basenode_root_attr(self.root_other_full_wrong)
assert_tree_structure_node_root(self.root_other_full_wrong)
Expand Down

0 comments on commit 6f9bda2

Please sign in to comment.