Skip to content

Commit

Permalink
formatting, sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-m-young committed Apr 4, 2024
1 parent 039f8ab commit 40a18a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectorx-python/connectorx/tests/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ def test_postgres_semicolon_support_str_query(postgres_url: str) -> None:


def test_postgres_semicolon_list_queries(postgres_url: str) -> None:
queries = [
queries = [
"SELECT * FROM test_table WHERE test_int < 2;",
"SELECT * FROM test_table WHERE test_int >= 2;",
]
Expand Down

0 comments on commit 40a18a1

Please sign in to comment.