mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-08-23 05:53:57 -07:00
update accounts/tests/test_email_white_list_model.py
This commit is contained in:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user