Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jul 30, 2023
1 parent 9eef30a commit 4321dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py-polars/tests/unit/utils/test_deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ def rolling_test(by: str | None = None, closed: str = "left") -> None:

# ... regardless of the value
rolling_test(by="b", closed="right")

assert not recwarn

0 comments on commit 4321dfb

Please sign in to comment.