aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-24 19:26:02 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-24 19:26:02 -0400
commit1aecec7012b554fef96a543e1c0581e00de53583 (patch)
treeeffdff93a30a4420b105030b30d7beb4e31067d9
parentd94de17073ceedef035ec83f9ed35b02bf4ccdb3 (diff)
downloadcryptography-1aecec7012b554fef96a543e1c0581e00de53583.tar.gz
cryptography-1aecec7012b554fef96a543e1c0581e00de53583.tar.bz2
cryptography-1aecec7012b554fef96a543e1c0581e00de53583.zip
typo
-rw-r--r--tests/test_x509.py2
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'),