commit | d2644ddae721337b20805fa2bf751b79c22f669b | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Feb 16 22:26:57 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Feb 16 22:26:57 2014 -0600 |
tree | 3fe5a77e8bf5a3b95dbf369e8218a8d48bcca30f | |
parent | cf4f633c08f0b02119926b6d5abd624b18c7cf6e [diff] |
name things the right name for variety
diff --git a/tests/hazmat/primitives/test_cast5.py b/tests/hazmat/primitives/test_cast5.py index c617b81..2111928 100644 --- a/tests/hazmat/primitives/test_cast5.py +++ b/tests/hazmat/primitives/test_cast5.py
@@ -100,7 +100,7 @@ ) @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"],