[PATCH 4/6] tests: Fix spelling mistakes and typos
Eric Engestrom
eric at engestrom.ch
Mon May 2 19:08:30 AEST 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
patchwork/tests/test_tags.py | 2 +-
patchwork/tests/test_user.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/patchwork/tests/test_tags.py b/patchwork/tests/test_tags.py
index a3f61cd..5e2add3 100644
--- a/patchwork/tests/test_tags.py
+++ b/patchwork/tests/test_tags.py
@@ -28,7 +28,7 @@
class ExtractTagsTest(TestCase):
- email = 'test at exmaple.com'
+ email = 'test at example.com'
name_email = 'test name <' + email + '>'
fixtures = ['default_tags', 'default_states']
diff --git a/patchwork/tests/test_user.py b/patchwork/tests/test_user.py
index f5e3c26..953decb 100644
--- a/patchwork/tests/test_user.py
+++ b/patchwork/tests/test_user.py
@@ -235,7 +235,7 @@ def testPasswordChange(self):
response = self.client.get(self.done_url)
self.assertContains(response,
- "Your password has been changed sucessfully")
+ "Your password has been changed successfully")
class UserUnlinkTest(TestCase):
--
2.8.2
More information about the Patchwork
mailing list