Skip to content

Commit 14b201b

Browse files
Update modin/tests/pandas/native_df_interoperability/test_compiler_caster.py
Co-authored-by: Jonathan Shi <149419494+sfc-gh-joshi@users.noreply.github.com>
1 parent a4a79d4 commit 14b201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def test_cast_to_first_backend_with_concat_uses_first_backend_api_override(
474474
lambda *args, **kwargs: "custom_concat_result"
475475
)
476476
assert pd.concat([cluster_df, pico_df], axis=1) == "custom_concat_result"
477-
assert pico_df.get_backend() == "Cluster" # pico was cast in place
477+
assert pico_df.get_backend() == "Cluster" # pico was cast in place by concat
478478
assert cluster_df.get_backend() == "Cluster"
479479

480480

0 commit comments

Comments
 (0)