Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Oct 10, 2013
1 parent 2987d1f commit 4f0c64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/bcrypt/USAGE.txt
Expand Up @@ -25,7 +25,7 @@ z3c.bcrypt

>>> encoded = manager.encodePassword(password)
>>> encoded
'$p5k2$...'
u'$p5k2$...'
>>> manager.checkPassword(encoded, password)
True
>>> manager.checkPassword(encoded, password + u"wrong")
Expand Down

0 comments on commit 4f0c64e

Please sign in to comment.