Skip to content

Commit 2e01686

Browse files
Update test_operators.py
1 parent c80c2dc commit 2e01686

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
@@ -198,7 +198,7 @@ def test_comparison_of_ordered_categorical_with_nan_to_scalar(
198198
with warnings.catch_warnings():
199199
warnings.simplefilter("ignore", RuntimeWarning)
200200
actual = getattr(cat, compare_operators_no_eq_ne)(scalar)
201-
expected = getattr(np.array(cat),
201+
expected = getattr(np.array(cat),
202202
compare_operators_no_eq_ne)(scalar)
203203
tm.assert_numpy_array_equal(actual, expected)
204204

0 commit comments

Comments
 (0)