Skip to content

Commit

Permalink
Update test/test_getting_columns.py
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Sep 23, 2023
1 parent beff146 commit 91b73eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_getting_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def test_having_columns():
"""
parsed = Parser(query)
assert parsed.columns == ["Country", "CustomerID"]
print(parsed.columns_dict)
assert parsed.columns_dict == {
"select": ["Country"],
"group_by": ["Country"],
Expand Down

0 comments on commit 91b73eb

Please sign in to comment.