Skip to content

Commit 11c120c

Browse files
Backport PR #61549 on branch 2.3.x (TST: Add error message for test_groupby_raises_category_on_category for quantile) (#61556)
Backport PR #61549: TST: Add error message for test_groupby_raises_category_on_category for quantile Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 0615219 commit 11c120c

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
@@ -696,7 +696,7 @@ def test_groupby_raises_category_on_category(
696696
"nunique": (None, ""),
697697
"pct_change": (TypeError, "unsupported operand type"),
698698
"prod": (TypeError, "category type does not support prod operations"),
699-
"quantile": (TypeError, ""),
699+
"quantile": (TypeError, "No matching signature found"),
700700
"rank": (None, ""),
701701
"sem": (
702702
TypeError,

0 commit comments

Comments
 (0)