From 1d20fc0cc77ae4e5da6bca1b8ac5396cb4c011ea Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 13 Jun 2014 10:33:48 -0700 Subject: Remove outdated comment. --- tests/hazmat/backends/test_openssl.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/hazmat/backends') 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( """ -- cgit v1.2.3