Skip to content

Commit df68ef1

Browse files
Drop the table first to be sure
1 parent 9904347 commit df68ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_functional.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,7 @@ class GeometryWkt(Geometry):
12161216
t = Table("use_wkt", MetaData(), *cols)
12171217

12181218
# Create the table
1219+
t.drop(bind=conn, checkfirst=True)
12191220
t.create(bind=conn)
12201221

12211222
# Test element insertion

0 commit comments

Comments
 (0)