Skip to content

Commit a7f85a9

Browse files
Update modin/tests/pandas/native_df_interoperability/test_compiler_caster.py
Co-authored-by: Mahesh Vashishtha <[email protected]>
1 parent d90c327 commit a7f85a9

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
@@ -735,7 +735,7 @@ def test_information_asymmetry(default_df, cloud_df, eager_df, lazy_df):
735735

736736
# lazy_df tries to pawn off work on other engines
737737
df = default_df.merge(lazy_df)
738-
assert df.get_backend() is default_df.get_backend()
738+
assert df.get_backend() == default_df.get_backend()
739739
df = cloud_df.merge(lazy_df)
740740
assert df.get_backend() is cloud_df.get_backend()
741741

0 commit comments

Comments
 (0)