Skip to content

Commit

Permalink
fixed test case input alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag-Varma committed Feb 25, 2025
1 parent 55c7fc8 commit 1cf61a6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pandas/tests/indexes/multi/test_constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,16 +414,7 @@ def test_from_tuples_with_tuple_label():
"keys, expected",
[
((("l1",), ("l1", "l2")), (("l1", np.nan), ("l1", "l2"))),
(
(
(
"l1",
"l2",
),
("l1",),
),
(("l1", "l2"), ("l1", np.nan)),
),
((("l1", "l2"), ("l1",)), (("l1", "l2"), ("l1", np.nan))),
],
)
def test_from_tuples_with_various_tuple_lengths(keys, expected):
Expand Down

0 comments on commit 1cf61a6

Please sign in to comment.