Skip to content

Commit 8d942d5

Browse files
fixed tests
1 parent e2e6916 commit 8d942d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/modin/hybrid/test_switch_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,12 +1650,12 @@ def test_method_callable_non_string_reason(self):
16501650
(
16511651
"first",
16521652
{"min_count": 2},
1653-
"does not yet support min_count > 1",
1653+
"GroupBy.first does not yet support min_count > 1",
16541654
),
16551655
(
16561656
"last",
16571657
{"min_count": 2},
1658-
"does not yet support min_count > 1",
1658+
"GroupBy.last does not yet support min_count > 1",
16591659
),
16601660
(
16611661
"shift",

0 commit comments

Comments
 (0)