Skip to content

Commit 61d29f0

Browse files
committed
fix test
1 parent d2da861 commit 61d29f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_dataframe_polars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def test_where_series_multi_index(scalars_df_index, scalars_pandas_df_index):
364364
dataframe_bf.where(cond_bf).to_pandas()
365365
assert (
366366
str(context.value)
367-
== "The dataframe.where() method does not support multi-index and/or multi-column."
367+
== "The dataframe.where() method does not support multi-column."
368368
)
369369

370370

0 commit comments

Comments
 (0)