aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-30 15:14:25 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-30 15:14:25 -0800
commit723bb9675b7f78e8515be0a80305f6fd009a80fa (patch)
tree0cf34d55f9379f3624d9354fe835e7207439fae6 /tests
parentb3564a0bf0b93d71adad8d8fef7799bab0e0b67b (diff)
downloadcryptography-723bb9675b7f78e8515be0a80305f6fd009a80fa.tar.gz
cryptography-723bb9675b7f78e8515be0a80305f6fd009a80fa.tar.bz2
cryptography-723bb9675b7f78e8515be0a80305f6fd009a80fa.zip
Not true anymore
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/backends/test_openssl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index f01c3f64..f3b0bb15 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -40,9 +40,6 @@ class TestOpenSSL(object):
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.