mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-21 09:01:31 -08:00
update accounts/tests/test_user_model.py
This commit is contained in:
parent
c4f79d39ab
commit
a81ec6612f
@ -4,7 +4,7 @@ from accounts.models import Account
|
||||
from uuid import UUID
|
||||
|
||||
|
||||
class UserModelTest(TestCase):
|
||||
class UserModelTestCase(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
user_a = User(email='user_a@example.com', username='user_a')
|
||||
|
Loading…
Reference in New Issue
Block a user