Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Oct 21, 2023
1 parent b52394a commit 3dfcc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/test_predicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def test_no_predicate_push_down_with_cast_and_alias_11883() -> None:
None,
],
)
def test_invalid_predicates(predicate: Any) -> None:
def test_invalid_filter_predicates(predicate: Any) -> None:
df = pl.DataFrame({"colx": ["aa", "bb", "cc", "dd"]})
with pytest.raises(ValueError, match="Invalid predicate"):
df.filter(predicate)

0 comments on commit 3dfcc46

Please sign in to comment.