Skip to content

Commit

Permalink
Make test name more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor committed May 27, 2022
1 parent 8e4ffdf commit 6634fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/graph/test_bipartition.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_one_balanced_edge_tree(self):
)
self.assertEqual(balanced_edges, graph_balanced_edges)

def test_two_balanced_edges_tree(self):
def test_one_balanced_edge_tree_alt(self):
balanced_edges = retworkx.bipartition_tree(
self.tree,
[1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
Expand Down

0 comments on commit 6634fdf

Please sign in to comment.