Skip to content

Commit 7886398

Browse files
committed
add ordered param based on comments
1 parent 876b4bc commit 7886398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/multi/test_setops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def test_intersection_lexsort_depth(levels1, levels2, codes1, codes2, names):
699699
@pytest.mark.parametrize(
700700
"b",
701701
[
702-
pd.Categorical(["a", "b"], categories=["b", "a"]),
702+
pd.Categorical(["a", "b"], categories=["b", "a"], ordered=True),
703703
pd.Categorical(["a", "b"], categories=["b", "a"]),
704704
],
705705
)

0 commit comments

Comments
 (0)