Skip to content

Commit 20026e0

Browse files
committed
Adapt test_series_equal_categorical_mismatch
1 parent 2dc6a7e commit 20026e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/util/test_assert_series_equal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_series_equal_values_mismatch(check_less_precise):
179179

180180

181181
def test_series_equal_categorical_mismatch(check_categorical):
182-
msg = """Attributes are different
182+
msg = """Attributes of Series are different
183183
184184
Attribute "dtype" are different
185185
\\[left\\]: CategoricalDtype\\(categories=\\['a', 'b'\\], ordered=False\\)

0 commit comments

Comments
 (0)