Skip to content

Commit 8f421ae

Browse files
weikhorweikhor
weikhor
authored and
weikhor
committed
test
1 parent 5ecb59f commit 8f421ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ def test_groupby_sum_timedelta_with_nat():
12401240
@pytest.mark.parametrize(
12411241
"kwargs",
12421242
[
1243-
{"percentiles": [0.10, 0.20, 0.30], "include": None, "exclude": None},
1243+
{"percentiles": [0.10, 0.20, 0.30], "include": "all", "exclude": None},
12441244
{"percentiles": [0.10, 0.20, 0.30], "include": None, "exclude": ["int"]},
12451245
{"percentiles": [0.10, 0.20, 0.30], "include": ["int"], "exclude": None},
12461246
],

0 commit comments

Comments
 (0)