Skip to content

Commit 87054b4

Browse files
committed
Adapt test_series_equal_categorical_mismatch
1 parent b4e0dd8 commit 87054b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/util/test_assert_series_equal.py

Lines changed: 1 addition & 1 deletion
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)