Skip to content

Commit ccc7400

Browse files
fix test
1 parent a3cf70f commit ccc7400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/groupby/transform/test_transform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ def test_cython_transform_frame_column(
905905
".* is not supported for object dtype",
906906
"is not implemented for this dtype",
907907
".* is not supported for str dtype",
908+
"dtype 'str' does not support operation '.*'",
908909
]
909910
)
910911
with pytest.raises(TypeError, match=msg):

0 commit comments

Comments
 (0)