Skip to content

Commit f2c8dd7

Browse files
authored
chore: fixup error message for duckdb nightly (#2792)
1 parent cbb6358 commit f2c8dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def test_with_row_index(constructor: Constructor) -> None:
396396

397397
frame = nw_v1.from_native(constructor(data))
398398

399-
msg = r".*argument after \* must be an iterable, not NoneType$"
399+
msg = r"argument after \* must be an iterable, not NoneType|has no len"
400400
context = (
401401
pytest.raises(TypeError, match=msg)
402402
if any(x in str(constructor) for x in ("duckdb", "pyspark"))

0 commit comments

Comments
 (0)