From b94f92c4568c7fe00734c406cc79542662216b49 Mon Sep 17 00:00:00 2001 From: Alex Gaynor <alex.gaynor@gmail.com> Date: Sat, 5 Mar 2016 10:36:41 -0500 Subject: make the test function name make sense --- tests/hazmat/primitives/test_rsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py index f02af3e7..c3a79db5 100644 --- a/tests/hazmat/primitives/test_rsa.py +++ b/tests/hazmat/primitives/test_rsa.py @@ -1267,7 +1267,7 @@ class TestRSADecryption(object): ), skip_message="Does not support OAEP." ) - def test_invalid_oaep_decryption_modulus_too_large(self, backend): + def test_invalid_oaep_decryption_data_to_large_for_modulus(self, backend): key = RSA_KEY_2048_ALT.private_key(backend) ciphertext = ( -- cgit v1.2.3