Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach committed Dec 16, 2024
1 parent 23fdb9f commit 05a5157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/groupby/test_apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def test_func(x):
pass

result = test_df.groupby("groups").apply(test_func)
expected = DataFrame(columns=["random_vars"], dtype="intp")
expected = DataFrame(columns=["random_vars"], dtype="int64")
tm.assert_frame_equal(result, expected)


Expand Down

0 comments on commit 05a5157

Please sign in to comment.