summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_pkcs1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pkcs1.py b/tests/test_pkcs1.py
index 6b14d8f..a8b3cfd 100644
--- a/tests/test_pkcs1.py
+++ b/tests/test_pkcs1.py
@@ -144,7 +144,7 @@ class SignatureTest(unittest.TestCase):
self.assertEqual(signature1, signature2)
def test_split_hash_sign(self):
- """Hashing and then signing should match with directly signing the message. """
+ """Hashing and then signing should match with directly signing the message."""
message = b"je moeder"
msg_hash = pkcs1.compute_hash(message, "SHA-256")