Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 580e9f4

Browse files
fix test
1 parent e7e01a9 commit 580e9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/small/test_groupby.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def test_dataframe_groupby_agg_list(scalars_df_index, scalars_pandas_df_index):
230230

231231
# some inconsistency between versions, so normalize to bigframes behavior
232232
pd_result = pd_result.rename({"amin": "min"}, axis="columns")
233+
bf_result_computed = bf_result_computed.rename({"amin": "min"}, axis="columns")
233234
pd.testing.assert_frame_equal(
234235
pd_result, bf_result_computed, check_dtype=False, check_index_type=False
235236
)

0 commit comments

Comments
 (0)