diff --git a/tests/services/test_email.py b/tests/services/test_email.py index 94cb349..8e2004f 100644 --- a/tests/services/test_email.py +++ b/tests/services/test_email.py @@ -78,6 +78,4 @@ def test_email(): # Bad case result = email('wrong_token').send('xyz@ncsu.edu', 'tago test', 'test tago services', 'xyz@ncsu.edu', 'q') - check_status(result, False) - -test_email() \ No newline at end of file + check_status(result, False) \ No newline at end of file