Skip to content

Commit 6ceec25

Browse files
committed
Fix test_groupby_agg_err_catching
1 parent d1ec457 commit 6ceec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/aggregate/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def test_groupby_agg_err_catching(err_cls):
647647
to_decimal,
648648
)
649649

650-
data = make_data()[:5]
650+
data = make_data(5)
651651
df = DataFrame(
652652
{"id1": [0, 0, 0, 1, 1], "id2": [0, 1, 0, 1, 1], "decimals": DecimalArray(data)}
653653
)

0 commit comments

Comments
 (0)