Skip to content

Commit

Permalink
add new line between functions
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomuniz authored Dec 9, 2022
1 parent 854c446 commit 221295e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_tests/sql_parse_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,8 @@ def test_cte_is_select() -> None:
FROM foo f"""
)
assert sql.is_select()



def test_cte_is_select_lowercase() -> None:
"""
Some CTEs with lowercase select are not correctly identified as SELECTS.
Expand Down

0 comments on commit 221295e

Please sign in to comment.