Skip to content

Commit 05a5157

Browse files
committed
Fixup
1 parent 23fdb9f commit 05a5157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_apply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ def test_func(x):
765765
pass
766766

767767
result = test_df.groupby("groups").apply(test_func)
768-
expected = DataFrame(columns=["random_vars"], dtype="intp")
768+
expected = DataFrame(columns=["random_vars"], dtype="int64")
769769
tm.assert_frame_equal(result, expected)
770770

771771

0 commit comments

Comments
 (0)