From 569e6745ef10e7eb3a4a5f9215c0359f5c32a221 Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Fri, 7 Oct 2016 13:46:26 -0400 Subject: [PATCH] is --- common/djangoapps/student/management/tests/test_manage_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/djangoapps/student/management/tests/test_manage_user.py b/common/djangoapps/student/management/tests/test_manage_user.py index 752705722f..cdf103ca89 100644 --- a/common/djangoapps/student/management/tests/test_manage_user.py +++ b/common/djangoapps/student/management/tests/test_manage_user.py @@ -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())