From 672cde0b962d88078997f153a84fd57e6bb13ddb Mon Sep 17 00:00:00 2001 From: Alexander Beedie Date: Wed, 26 Jun 2024 17:39:06 +0400 Subject: [PATCH] bonus unit test --- py-polars/tests/unit/sql/test_group_by.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/tests/unit/sql/test_group_by.py b/py-polars/tests/unit/sql/test_group_by.py index e4cf20a62883..83e91e78ed5d 100644 --- a/py-polars/tests/unit/sql/test_group_by.py +++ b/py-polars/tests/unit/sql/test_group_by.py @@ -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(