Skip to content

Commit

Permalink
Removed management parameter from definition of model in sqlalchemy t…
Browse files Browse the repository at this point in the history
…ests (#87)
  • Loading branch information
ricardogsilva authored Jan 8, 2024
1 parent 2f1a38f commit f087964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/backends/sqlalchemy/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Record(Base):
geometry_type="MULTIPOLYGON",
srid=4326,
spatial_index=False,
management=True,
)
)
float_attribute = Column(Float)
Expand Down

0 comments on commit f087964

Please sign in to comment.