diff --git a/backend/authentication/tests/test_authentication_serializer.py b/backend/authentication/tests/test_authentication_serializer.py index 736ed2f0..b5ef46c4 100644 --- a/backend/authentication/tests/test_authentication_serializer.py +++ b/backend/authentication/tests/test_authentication_serializer.py @@ -18,7 +18,6 @@ FIRST_NAME = "Dummy" LAST_NAME = "McDickwad" - class UserSerializerModelTests(TestCase): def test_invalid_email_makes_user_serializer_invalid(self): """