Skip to content

Commit

Permalink
refactor(tests): TestAddTab -> TestTab; to sync with name change in api
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Feb 17, 2024
1 parent d3e6699 commit 129adc6
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 @@ -439,7 +439,7 @@ def test_when_invalid_node_is_provided_then_raises_value_error(self, tree: Tree)
tree.split(tc, "x")


class TestAddTab:
class TestTab:
class TestParameterValidity:
def test_when_tree_is_empty_and_pane_reference_is_provided_then_raises_error(
self, tree: Tree
Expand Down

0 comments on commit 129adc6

Please sign in to comment.