aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_wrapper.py
diff options
context:
space:
mode:
authorJ08nY2017-08-23 22:55:44 +0200
committerJ08nY2017-08-23 22:55:44 +0200
commit77c2dc1feed19224e1884250341873b88444a041 (patch)
tree0664cbe28ff4ae1f651e2a3ce76856bbcbf2fd4d /src/mailman_pgp/pgp/tests/test_wrapper.py
parent70ce42462124c6638ae3e14fda7a763f5aa48b2e (diff)
downloadmailman-pgp-77c2dc1feed19224e1884250341873b88444a041.tar.gz
mailman-pgp-77c2dc1feed19224e1884250341873b88444a041.tar.zst
mailman-pgp-77c2dc1feed19224e1884250341873b88444a041.zip
Diffstat (limited to 'src/mailman_pgp/pgp/tests/test_wrapper.py')
-rw-r--r--src/mailman_pgp/pgp/tests/test_wrapper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/tests/test_wrapper.py b/src/mailman_pgp/pgp/tests/test_wrapper.py
index b49eece..9d5a383 100644
--- a/src/mailman_pgp/pgp/tests/test_wrapper.py
+++ b/src/mailman_pgp/pgp/tests/test_wrapper.py
@@ -243,4 +243,5 @@ class TestPGPWrapper(PGPWrapperTestCase):
PGPWrapper(self.msg)
for wrap_class in (InlineWrapper, MIMEWrapper, MIMEMultiSigWrapper):
PGPWrapper(self.msg, default=wrap_class)
- self.assertRaises(ValueError, PGPWrapper, self.msg, default='Not a class')
+ self.assertRaises(ValueError, PGPWrapper, self.msg,
+ default='Not a class')