aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-16 22:26:57 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-16 22:26:57 -0600
commitd2644ddae721337b20805fa2bf751b79c22f669b (patch)
tree3fe5a77e8bf5a3b95dbf369e8218a8d48bcca30f /tests/hazmat/primitives
parentcf4f633c08f0b02119926b6d5abd624b18c7cf6e (diff)
downloadcryptography-d2644ddae721337b20805fa2bf751b79c22f669b.tar.gz
cryptography-d2644ddae721337b20805fa2bf751b79c22f669b.tar.bz2
cryptography-d2644ddae721337b20805fa2bf751b79c22f669b.zip
name things the right name for variety
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/test_cast5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_cast5.py b/tests/hazmat/primitives/test_cast5.py
index c617b817..21119286 100644
--- a/tests/hazmat/primitives/test_cast5.py
+++ b/tests/hazmat/primitives/test_cast5.py
@@ -100,7 +100,7 @@ class TestCAST5_CFB(object):
)
@pytest.mark.cipher
class TestCAST5_CTR(object):
- test_CFB = generate_encrypt_test(
+ test_CTR = generate_encrypt_test(
load_nist_vectors,
os.path.join("ciphers", "CAST5"),
["cast5-ctr.txt"],