Skip to content

Commit 972a67d

Browse files
committed
tweak test for coverage
1 parent c90a48a commit 972a67d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/djenum/models.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,7 @@ class EnumFlagTesterBase(models.Model):
207207
)
208208

209209
extra_big_neg = EnumField(
210-
ExtraBigNegativeFlagEnum,
211-
default=ExtraBigNegativeFlagEnum(0),
212-
db_index=True,
213-
blank=True,
210+
ExtraBigNegativeFlagEnum, default=None, db_index=True, blank=True, null=True
214211
)
215212

216213
def __repr__(self):

0 commit comments

Comments
 (0)