diff --git a/tests/test_models.py b/tests/test_models.py index 981e558f..4274598a 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -40,8 +40,6 @@ def test_suggested_emails_for_user_who_cannot_create_new_email(flask_client): assert GenEmail.get_by(email=email) - - def test_gen_email_create_random(flask_client): user = User.create( email="a@b.c", password="password", name="Test User", activated=True