Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jan 12, 2024
1 parent c23503c commit fa0c815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geostore/db/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class LayerBasedModelMixin(BaseUpdatableModel):
}
}
settings = JSONField(default=dict, blank=True)
geom_type = models.IntegerField(choices=GeometryTypes, null=True)
geom_type = models.IntegerField(choices=GeometryTypes.choices, null=True)

@property
def is_point(self):
Expand Down

0 comments on commit fa0c815

Please sign in to comment.