Skip to content

Commit 891b6a0

Browse files
committed
fix tests
1 parent 2a219a4 commit 891b6a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

django_enum/tests/tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3370,7 +3370,8 @@ class TestEnumPropAdmin(TestAdmin):
33703370
class TestSymmetricEmptyValEquivalency(TestCase):
33713371

33723372
def test(self):
3373-
3373+
from enum_properties import EnumProperties
3374+
33743375
class EmptyEqEnum(TextChoices, s('prop', case_fold=True)):
33753376

33763377
A = 'A', 'ok'

0 commit comments

Comments
 (0)