update accounts/tests/test_email_white_list_model.py

This commit is contained in:
Trent Palmer 2021-04-17 01:51:47 -07:00
parent 7bc56f507c
commit 825bdc3e14

View File

@ -3,7 +3,7 @@ from uuid import UUID
from accounts.models import EmailWhiteList
class EmailWhiteListModelTest(TestCase):
class EmailWhiteListModelTestCase(TestCase):
def setUp(self):
email_a = EmailWhiteList(email='user_a@example.com')