diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-24 19:26:02 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-24 19:26:02 -0400 |
commit | 1aecec7012b554fef96a543e1c0581e00de53583 (patch) | |
tree | effdff93a30a4420b105030b30d7beb4e31067d9 /tests | |
parent | d94de17073ceedef035ec83f9ed35b02bf4ccdb3 (diff) | |
download | cryptography-1aecec7012b554fef96a543e1c0581e00de53583.tar.gz cryptography-1aecec7012b554fef96a543e1c0581e00de53583.tar.bz2 cryptography-1aecec7012b554fef96a543e1c0581e00de53583.zip |
typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py index e7de2efd..b9ea139b 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -2755,7 +2755,7 @@ class TestName(object): assert name1 != name2 assert name1 != object() - def test_hah(self): + def test_hash(self): name1 = x509.Name([ x509.NameAttribute(x509.ObjectIdentifier('oid'), u'value1'), x509.NameAttribute(x509.ObjectIdentifier('oid2'), u'value2'), |