aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rules/tests/test_encryption.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/rules/tests/test_encryption.py')
-rw-r--r--src/mailman_pgp/rules/tests/test_encryption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/rules/tests/test_encryption.py b/src/mailman_pgp/rules/tests/test_encryption.py
index 276a9f3..eaa4898 100644
--- a/src/mailman_pgp/rules/tests/test_encryption.py
+++ b/src/mailman_pgp/rules/tests/test_encryption.py
@@ -25,7 +25,7 @@ from mailman_pgp.rules.encryption import Encryption
from mailman_pgp.testing.layers import PGPConfigLayer
-class TestEncryptionRule(TestCase):
+class TestPGPEncryptionRule(TestCase):
layer = PGPConfigLayer
def setUp(self):