Skip to content

Commit 539ae6a

Browse files
committed
is default value the reason for the oracle failure?
1 parent 19c09cf commit 539ae6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_enum/tests/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ def values_params(self):
805805
'non_strict_int': 75,
806806
'non_strict_text': 'arbitrary',
807807
'no_coerce': self.SmallPosIntEnum.VAL2,
808+
'date_enum': self.DateEnum.EMMA,
808809
'datetime_enum': self.DateTimeEnum.ST_HELENS,
809810
'duration_enum': self.DurationEnum.DAY,
810811
'time_enum': self.TimeEnum.MORNING

0 commit comments

Comments
 (0)