diff --git a/JugarAlPadel/gestion_reservas/reymotausers/tests.py b/JugarAlPadel/gestion_reservas/reymotausers/tests.py index 5ed29fe..d5b2fce 100644 --- a/JugarAlPadel/gestion_reservas/reymotausers/tests.py +++ b/JugarAlPadel/gestion_reservas/reymotausers/tests.py @@ -39,4 +39,4 @@ class UsersManagersTests(TestCase): pass with self.assertRaises(ValueError): User.objects.create_superuser( - email="super@user.com", password="foo", is_superuser=False) \ No newline at end of file + email="super@user.com", password="foo", is_superuser=False)