diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-07-04 18:22:03 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-07-05 16:11:14 -0300 |
commit | 213999440917f78d9d5931251cddcaa04493f72a (patch) | |
tree | 832c0d31f2ea79428993439ba625f7c798de942e /src/leap/crypto/tests | |
parent | 4480361f2fbdd293840f4eb1942c3edab2ff40c0 (diff) |
Fix comments in srpregister test
Diffstat (limited to 'src/leap/crypto/tests')
-rw-r--r-- | src/leap/crypto/tests/test_srpregister.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/leap/crypto/tests/test_srpregister.py b/src/leap/crypto/tests/test_srpregister.py index 6d2b52e8..66b815f2 100644 --- a/src/leap/crypto/tests/test_srpregister.py +++ b/src/leap/crypto/tests/test_srpregister.py @@ -17,7 +17,6 @@ """ Tests for: * leap/crypto/srpregister.py - * leap/crypto/srpauth.py """ try: import unittest2 as unittest @@ -53,9 +52,9 @@ class ImproperlyConfiguredError(Exception): class SRPTestCase(unittest.TestCase): """ - Tests for the SRP Register and Auth classes + Tests for the SRPRegister class """ - __name__ = "SRPRegister and SRPAuth tests" + __name__ = "SRPRegister tests" @classmethod def setUpClass(cls): |