diff options
Diffstat (limited to 'test/dialect/postgresql/test_on_conflict.py')
-rw-r--r-- | test/dialect/postgresql/test_on_conflict.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dialect/postgresql/test_on_conflict.py b/test/dialect/postgresql/test_on_conflict.py index 0e1dea06a..7c83f2826 100644 --- a/test/dialect/postgresql/test_on_conflict.py +++ b/test/dialect/postgresql/test_on_conflict.py @@ -511,4 +511,3 @@ class OnConflictTest(fixtures.TablesTest): conn.scalar(sql.select([bind_targets.c.data])), "new updated data processed" ) - |