changeset 5852:0d6b8abd8652

spelling: missing
author timeless@gmail.com
date Tue, 03 May 2016 12:07:13 +0000
parents f6cd2511b9f5
children cbeedd63f9d4
files kallithea/tests/functional/test_my_account.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/functional/test_my_account.py	Tue May 03 12:06:59 2016 +0000
+++ b/kallithea/tests/functional/test_my_account.py	Tue May 03 12:07:13 2016 +0000
@@ -53,7 +53,7 @@
                                  {'new_email': TEST_USER_REGULAR_EMAIL, '_authentication_token': self.authentication_token()})
         self.checkSessionFlash(response, 'This email address is already in use')
 
-    def test_my_account_my_emails_add_mising_email_in_form(self):
+    def test_my_account_my_emails_add_missing_email_in_form(self):
         self.log_user()
         response = self.app.get(url('my_account_emails'))
         response.mustcontain('No additional emails specified')