Skip to content

Commit 31099a9

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_two_same_qc_types_noop(pico_df):
156156
assert type(df3) is type(pico_df)
157157

158158

159-
def test_two_two_qc_types_rhs(pico_df, cluster_df):
159+
def test_two_qc_types_rhs(pico_df, cluster_df):
160160
df3 = pico_df.concat(axis=1, other=cluster_df)
161161
assert type(df3) is type(cluster_df) # should move to cluster
162162

0 commit comments

Comments
 (0)