From cde829fa7c3c01abda489ff5b32df7ff4659627d Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 28 Feb 2015 08:29:46 +0000 Subject: [PATCH] Fix typo --- letsencrypt/acme/other_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/acme/other_test.py b/letsencrypt/acme/other_test.py index 38206f59b..273f19116 100644 --- a/letsencrypt/acme/other_test.py +++ b/letsencrypt/acme/other_test.py @@ -60,7 +60,7 @@ class JWKTest(unittest.TestCase): {'kty': 'RSA', 'e': 'AQAB', 'n': '1'}) -class SigatureTest(unittest.TestCase): +class SignatureTest(unittest.TestCase): # pylint: disable=too-many-instance-attributes """Tests for letsencrypt.acme.sig.Signature."""