Skip to content

Commit

Permalink
Update test/integration/edge_cases_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Beck <[email protected]>
  • Loading branch information
Nicoretti and ahsimb authored Jun 19, 2024
1 parent 0bf1171 commit 6ca78b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/edge_cases_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def edge_case_table(connection, table, edge_cases):
@pytest.mark.edge_case
def test_insert(connection, table, edge_cases):
stmt = (
"INSERT INTO edge_case VALUES ({DEC36_0!d}, {DEC36_36!d}, {DBL!f}, "
f"INSERT INTO {table} VALUES ({{DEC36_0!d}}, {{DEC36_36!d}}, {{DBL!f}}, "
"{BL}, {DT}, {TS}, {VAR100}, {VAR2000000})"
)
for case in edge_cases:
Expand Down

0 comments on commit 6ca78b1

Please sign in to comment.