diff options
Diffstat (limited to 'tests/bindings/test_openssl.py')
| -rw-r--r-- | tests/bindings/test_openssl.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bindings/test_openssl.py b/tests/bindings/test_openssl.py index c5927b76..f25236cc 100644 --- a/tests/bindings/test_openssl.py +++ b/tests/bindings/test_openssl.py @@ -29,5 +29,5 @@ class TestOpenSSL(object):          """          assert api.openssl_version_text().startswith("OpenSSL") -    def test_get_null_for_ecb(self): -        assert api.get_null_for_ecb() == api._ffi.NULL +    def test_get_iv_for_ecb(self): +        assert api.get_iv_for_ecb() == api._ffi.NULL  | 
