Skip to content

Commit

Permalink
trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ggggggggg committed Aug 1, 2024
1 parent 9c41f3b commit 40f8b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/series/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -2170,4 +2170,4 @@ def test_error_on_nested_list() -> None:
a = []
a.append(a)
with pytest.raises(Exception):
pl.Series("a",a)
pl.Series("a",a)

0 comments on commit 40f8b1b

Please sign in to comment.