mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-21 17:11:30 -08:00
update accounts/tests/test_email_white_list_model.py
This commit is contained in:
parent
7bc56f507c
commit
825bdc3e14
@ -3,7 +3,7 @@ from uuid import UUID
|
|||||||
from accounts.models import EmailWhiteList
|
from accounts.models import EmailWhiteList
|
||||||
|
|
||||||
|
|
||||||
class EmailWhiteListModelTest(TestCase):
|
class EmailWhiteListModelTestCase(TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
email_a = EmailWhiteList(email='user_a@example.com')
|
email_a = EmailWhiteList(email='user_a@example.com')
|
||||||
|
Loading…
Reference in New Issue
Block a user