From 6ca78b1b797b80db80a887ca09cb977430999161 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Wed, 19 Jun 2024 08:11:55 +0200 Subject: [PATCH] Update test/integration/edge_cases_test.py Co-authored-by: Mikhail Beck --- test/integration/edge_cases_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/edge_cases_test.py b/test/integration/edge_cases_test.py index a2e532d..1f5572b 100644 --- a/test/integration/edge_cases_test.py +++ b/test/integration/edge_cases_test.py @@ -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: