diff options
author | David Reid <dreid@dreid.org> | 2014-06-13 10:33:48 -0700 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-06-13 10:33:48 -0700 |
commit | 1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea (patch) | |
tree | 2ed8a54f77e10e4b208e747f3ba733f653be3338 /tests/hazmat/backends | |
parent | 3ad768f7af9aa5cecbfec210f7fde5578672a5a3 (diff) | |
download | cryptography-1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea.tar.gz cryptography-1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea.tar.bz2 cryptography-1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea.zip |
Remove outdated comment.
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r-- | tests/hazmat/backends/test_openssl.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index 420baf6b..2d953597 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -216,8 +216,6 @@ class TestOpenSSLRandomEngine(object): name = backend._lib.ENGINE_get_name(current_default) assert name == backend._lib.Cryptography_osrandom_engine_name - # This must be the first test in the class so that the teardown method - # has not (potentially) altered the default engine. def test_osrandom_engine_is_default(self): engine_printer = textwrap.dedent( """ |