aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/tests/test_wrapper.py
diff options
context:
space:
mode:
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')