Skip to content

Commit 2a7ac20

Browse files
authored
Single spaces between test cases
1 parent bc63a53 commit 2a7ac20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_004_cursor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6936,7 +6936,6 @@ def test_date_string_parameter_binding(cursor, db_connection):
69366936
drop_table_if_exists(cursor, table_name)
69376937
db_connection.commit()
69386938

6939-
69406939
def test_time_string_parameter_binding(cursor, db_connection):
69416940
"""Verify that time-like strings are treated as strings in parameter binding"""
69426941
table_name = "#pytest_time_string"
@@ -6965,7 +6964,6 @@ def test_time_string_parameter_binding(cursor, db_connection):
69656964
drop_table_if_exists(cursor, table_name)
69666965
db_connection.commit()
69676966

6968-
69696967
def test_datetime_string_parameter_binding(cursor, db_connection):
69706968
"""Verify that datetime-like strings are treated as strings in parameter binding"""
69716969
table_name = "#pytest_datetime_string"

0 commit comments

Comments
 (0)