Rename test method
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index 0b697c5..80925a6 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -931,7 +931,7 @@
 
 
 class ConnectionGetCipherListTests(TestCase):
-    def test_wrongargs(self):
+    def test_wrong_args(self):
         connection = Connection(Context(TLSv1_METHOD), None)
         self.assertRaises(TypeError, connection.get_cipher_list, None)