Add tests & cleanup

This commit is contained in:
jeremystretch
2021-12-22 09:51:31 -05:00
parent 7926225e9b
commit 01997efcbe
3 changed files with 42 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
from django.contrib.auth.models import User
from django.test import TestCase
from users.models import UserConfig
class UserConfigTest(TestCase):