We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5af8b3 commit 10fd29eCopy full SHA for 10fd29e
pandas/tests/arrays/categorical/test_replace.py
@@ -23,7 +23,7 @@
23
([1, 4], [5, 2], [5, 2, 3], False, False),
24
# check_categorical sorts categories, which crashes on mixed dtypes
25
(3, "4", [1, 2, "4"], True, False),
26
- ([1, 2, "3"], "5", ["5", "5", 3], True, False)
+ ([1, 2, "3"], "5", ["5", "5", 3], True, False),
27
],
28
)
29
# GH 31720
0 commit comments