make the test function name make sense
diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py
index f02af3e..c3a79db 100644
--- a/tests/hazmat/primitives/test_rsa.py
+++ b/tests/hazmat/primitives/test_rsa.py
@@ -1267,7 +1267,7 @@
         ),
         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 = (