aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
diff options
context:
space:
mode:
authormichael-hart <michael.hart1994@gmail.com>2014-09-26 01:01:50 +0100
committermichael-hart <michael.hart1994@gmail.com>2014-09-26 18:40:27 +0100
commitfe2cd085cffe05fbdec02164a93de7812acb44dd (patch)
tree0e98755872bd58838d45996864004f92bc1214a5 /tests/hazmat/backends
parent801e8c1b88b77e9feb8ad57af166c4b52b15f22a (diff)
downloadcryptography-fe2cd085cffe05fbdec02164a93de7812acb44dd.tar.gz
cryptography-fe2cd085cffe05fbdec02164a93de7812acb44dd.tar.bz2
cryptography-fe2cd085cffe05fbdec02164a93de7812acb44dd.zip
Corrected tests
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r--tests/hazmat/backends/test_multibackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_multibackend.py b/tests/hazmat/backends/test_multibackend.py
index e4a05aae..45c12b34 100644
--- a/tests/hazmat/backends/test_multibackend.py
+++ b/tests/hazmat/backends/test_multibackend.py
@@ -218,7 +218,7 @@ class DummyPEMSerializationBackend(object):
pass
def load_pem_public_key(self, data):
- pass
+ pass
class TestMultiBackend(object):