Skip to content

Commit cb8ac5e

Browse files
authored
TST: Add error message for test_groupby_raises_category_on_category for quantile (#61549)
1 parent 2cc6b1d commit cb8ac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_raises.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def test_groupby_raises_category_on_category(
671671
"nunique": (None, ""),
672672
"pct_change": (TypeError, "unsupported operand type"),
673673
"prod": (TypeError, "category type does not support prod operations"),
674-
"quantile": (TypeError, ""),
674+
"quantile": (TypeError, "No matching signature found"),
675675
"rank": (None, ""),
676676
"sem": (
677677
TypeError,

0 commit comments

Comments
 (0)