Skip to content

Commit

Permalink
bonus unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Jun 26, 2024
1 parent 5bff893 commit 672cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/sql/test_group_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_group_by_all() -> None:
COUNT(*) AS n
FROM self
GROUP BY ALL
ORDER BY a
ORDER BY ALL
"""
)
expected = pl.DataFrame(
Expand Down

0 comments on commit 672cde0

Please sign in to comment.