mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-08-22 21:43: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
|
||||
|
||||
|
||||
class EmailWhiteListModelTest(TestCase):
|
||||
class EmailWhiteListModelTestCase(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
email_a = EmailWhiteList(email='user_a@example.com')
|
||||
|
Reference in New Issue
Block a user