Skip to content

Commit

Permalink
Drop the table first to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Nov 4, 2024
1 parent 9904347 commit df68ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ class GeometryWkt(Geometry):
t = Table("use_wkt", MetaData(), *cols)

# Create the table
t.drop(bind=conn, checkfirst=True)
t.create(bind=conn)

# Test element insertion
Expand Down

0 comments on commit df68ef1

Please sign in to comment.