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

Commit 014bb73

Browse files
committed
test fix
1 parent 1ba81a4 commit 014bb73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/small/test_dataframe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,9 @@ def test_join_param_on_with_duplicate_column_name_on_col(
29082908
pd_result.sort_index(),
29092909
check_like=True,
29102910
check_index_type=False,
2911+
check_names=False,
29112912
)
2913+
pd.testing.assert_index_equal(bf_result.columns, pd_result.columns)
29122914

29132915

29142916
@all_joins

0 commit comments

Comments
 (0)