Skip to content

Commit

Permalink
test: rename a mark
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Apr 30, 2024
1 parent 73d0caa commit 24a016f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/core/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -4731,7 +4731,7 @@ def test_when_src_is_subtab_else_deepest_and_there_is_no_subtab_in_play(
""",
)

@pytest.mark.odd_space_distribution()
@pytest.mark.non_ideal_space_distribution()
def test_when_src_is_mru_largest(self, tree: Tree):
p1 = tree.tab()
p2 = tree.split(p1, "x")
Expand Down Expand Up @@ -5257,7 +5257,7 @@ def test_simple(self, tree: Tree, add_subscribers_to_tree):

assert cb_remove.mock_calls == []

@pytest.mark.odd_space_distribution()
@pytest.mark.non_ideal_space_distribution()
def test_when_provided_dest_node_reference_is_pruned_out_during_removal_phase(
self, tree: Tree, add_subscribers_to_tree
):
Expand Down

0 comments on commit 24a016f

Please sign in to comment.