Skip to content

Commit 8021956

Browse files
fixed more test
1 parent ff7eea3 commit 8021956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/modin/groupby/test_groupby_rolling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_groupby_rolling_series_negative():
110110
with pytest.raises(
111111
NotImplementedError,
112112
match=re.escape(
113-
"Groupby does not yet support axis == 1, by != None and level != None, or by containing any non-pandas hashable labels"
113+
"Snowpark pandas does not yet support the method GroupBy.rolling for Series"
114114
),
115115
):
116116
snow_ser.groupby(level=0).rolling(2).sum()

0 commit comments

Comments
 (0)