summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_hashers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests/test_hashers.py')
-rw-r--r--tests/auth_tests/test_hashers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auth_tests/test_hashers.py b/tests/auth_tests/test_hashers.py
index ba7131406b..910238d2f5 100644
--- a/tests/auth_tests/test_hashers.py
+++ b/tests/auth_tests/test_hashers.py
@@ -379,7 +379,8 @@ class TestUtilsHashPass(SimpleTestCase):
# Revert to the old iteration count and ...
hasher.iterations = old_iterations
- # ... check if the password would get updated to the new iteration count.
+ # ... check if the password would get updated to the new iteration
+ # count.
self.assertTrue(check_password("letmein", encoded, setter))
self.assertTrue(state["upgraded"])
finally: