Skip to content

Commit 7d78dae

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

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
@@ -161,7 +161,7 @@ def test_two_qc_types_rhs(pico_df, cluster_df):
161161
assert type(df3) is type(cluster_df) # should move to cluster
162162

163163

164-
def test_two_two_qc_types_lhs(pico_df, cluster_df):
164+
def test_two_qc_types_lhs(pico_df, cluster_df):
165165
df3 = cluster_df.concat(axis=1, other=pico_df)
166166
assert type(df3) is type(cluster_df) # should move to cluster
167167

0 commit comments

Comments
 (0)