Skip to content

Commit 51ec179

Browse files
fix test_dataframe_groupby_agg_dict_with_list
1 parent e3e8d6b commit 51ec179

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system/small/test_groupby.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ def test_dataframe_groupby_agg_dict_with_list(
282282
)
283283
bf_result_computed = bf_result.to_pandas()
284284

285-
# some inconsistency between versions, so normalize to bigframes behavior
286-
pd_result = pd_result.rename({"amax": "max"}, axis="columns")
287285
pd.testing.assert_frame_equal(
288286
pd_result, bf_result_computed, check_dtype=False, check_index_type=False
289287
)

0 commit comments

Comments
 (0)