Skip to content

Commit 7758a2b

Browse files
committed
fixup
1 parent 2e8db11 commit 7758a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ def test_accepted_dataframes() -> None:
162162
array = np.array([[0, 4.0], [2, 5]])
163163
with pytest.raises(
164164
TypeError,
165-
match="Expected pandas or Polars dataframe or lazyframe, got: <class 'numpy.ndarray'>",
165+
match="Expected pandas-like dataframe, Polars dataframe, or Polars lazyframe, got: <class 'numpy.ndarray'>",
166166
):
167167
nw.DataFrame(array)

0 commit comments

Comments
 (0)