Skip to content

Commit

Permalink
Replace NEST_AGE_DEFAULT by "unknown"
Browse files Browse the repository at this point in the history
  • Loading branch information
RickWangPerth authored Nov 28, 2024
1 parent 3a08ee9 commit 29099a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_flag_nests_with_uncertain_nest_age(self, mock_get_logger):
TurtleNestEncounter.objects.create(
site=self.area,
status=Encounter.STATUS_IMPORTED,
nest_age=NEST_AGE_DEFAULT,
nest_age="unknown",
species=TURTLE_SPECIES,
when=datetime.now(pytz.utc),
where=Point(0.0, 0.0)
Expand Down

0 comments on commit 29099a1

Please sign in to comment.