summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_validators.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests/test_validators.py')
-rw-r--r--tests/auth_tests/test_validators.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auth_tests/test_validators.py b/tests/auth_tests/test_validators.py
index d6ee44511d..ea75c4a080 100644
--- a/tests/auth_tests/test_validators.py
+++ b/tests/auth_tests/test_validators.py
@@ -350,10 +350,10 @@ class UsernameValidatorsTests(SimpleTestCase):
invalid_usernames = [
"o'connell",
"عبد ال",
- "zerowidth\u200Bspace",
- "nonbreaking\u00A0space",
+ "zerowidth\u200bspace",
+ "nonbreaking\u00a0space",
"en\u2013dash",
- "trailingnewline\u000A",
+ "trailingnewline\u000a",
]
v = validators.UnicodeUsernameValidator()
for valid in valid_usernames: