diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-06-02 17:36:05 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-06-02 17:36:05 -0400 |
| commit | 45151c2ceda481ff891f0fe35c500aebda7f1aea (patch) | |
| tree | 0fa7b977ff5de4620e4988da24b6962341b03d39 /passlib/tests/utils.py | |
| parent | 0b9e148d3605fca14138813f5f679e2c387d8966 (diff) | |
| download | passlib-45151c2ceda481ff891f0fe35c500aebda7f1aea.tar.gz | |
misc cleanups
Diffstat (limited to 'passlib/tests/utils.py')
| -rw-r--r-- | passlib/tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/tests/utils.py b/passlib/tests/utils.py index 20197c2..f77314f 100644 --- a/passlib/tests/utils.py +++ b/passlib/tests/utils.py @@ -588,7 +588,7 @@ class HandlerCase(TestCase): self.assertNotEqual(c1,c3) def test_33_genconfig_saltcharset(self): - "test genconfig() honors salt charset" + "test genconfig() honors salt_chars" handler = self.handler if not has_salt_info(handler): raise SkipTest |
