Commit 569e6745 by Edward Zarecor

is

parent 1841fe9b
......@@ -119,7 +119,7 @@ class TestManageUserCommand(TestCase):
def test_same_email_varied_case(self):
"""
Ensure that the operation is continues if the username matches an
Ensure that the operation continues if the username matches an
existing user account and the supplied email differs only in cases.
"""
User.objects.create(username=TEST_USERNAME, email=TEST_EMAIL.upper())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment