commit | 723bb9675b7f78e8515be0a80305f6fd009a80fa | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Jan 30 15:14:25 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Jan 30 15:14:25 2014 -0800 |
tree | 0cf34d55f9379f3624d9354fe835e7207439fae6 | |
parent | b3564a0bf0b93d71adad8d8fef7799bab0e0b67b [diff] |
Not true anymore
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index f01c3f6..f3b0bb1 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py
@@ -40,9 +40,6 @@ def test_backend_exists(self): assert backend - def test_is_default(self): - assert backend == default_backend() - def test_openssl_version_text(self): """ This test checks the value of OPENSSL_VERSION_TEXT.