Skip to content

Commit

Permalink
Fixes SQLAlchemy Test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kosubek committed Dec 7, 2023
1 parent e206d6b commit 8e9e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backends/sqlalchemy/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Record(Base):
geometry_type="MULTIPOLYGON",
srid=4326,
spatial_index=False,
management=True,
# management=True,
)
)
float_attribute = Column(Float)
Expand Down

0 comments on commit 8e9e805

Please sign in to comment.