Skip to content

Commit 9464f72

Browse files
Update test_operators.py
1 parent 16dac3a commit 9464f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/categorical/test_operators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_comparison_with_unknown_scalars(self):
185185
tm.assert_numpy_array_equal(cat != 4,
186186
np.array([True, True, True]))
187187

188-
def test_comparison_of_ordered_categorical_with_missing_values_to_scalar(self):
188+
def test_comparison_of_ordered_categorical_with_nan_to_scalar(self):
189189
# https://github.com/pandas-dev/pandas/issues/26504
190190
# BUG: fix ordered categorical comparison with missing values (#26504 )
191191
# and following comparisons with scalars in categories with missing

0 commit comments

Comments
 (0)