Skip to content

Commit

Permalink
test(core): TestStr -> TestRepr
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Mar 5, 2024
1 parent 3f8e752 commit 71093c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/core/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -4090,6 +4090,6 @@ def test_tree_state_is_captured_as_dict(self, tree, complex_tree_as_dict):
assert state == complex_tree_as_dict


class TestStr:
class TestRepr:
def test_empty_tree(self, tree: Tree):
assert repr(tree) == "<empty>"

0 comments on commit 71093c1

Please sign in to comment.