https://github.com/modin-project/modin/blob/b0027085b3e717454ff2538bca13961287e1d1c5/modin/tests/pandas/native_df_interoperability/test_compiler_caster.py#L673 ` assert type(df) is type(cloud_df) ` should be ` assert df.get_backend() == cloud_df.get_backend() ` `test_information_asymmetry` also needs to be updated.