diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-16 22:26:57 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-16 22:26:57 -0600 |
commit | d2644ddae721337b20805fa2bf751b79c22f669b (patch) | |
tree | 3fe5a77e8bf5a3b95dbf369e8218a8d48bcca30f | |
parent | cf4f633c08f0b02119926b6d5abd624b18c7cf6e (diff) | |
download | cryptography-d2644ddae721337b20805fa2bf751b79c22f669b.tar.gz cryptography-d2644ddae721337b20805fa2bf751b79c22f669b.tar.bz2 cryptography-d2644ddae721337b20805fa2bf751b79c22f669b.zip |
name things the right name for variety
-rw-r--r-- | tests/hazmat/primitives/test_cast5.py | 2 |
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"], |