From d2644ddae721337b20805fa2bf751b79c22f669b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 16 Feb 2014 22:26:57 -0600 Subject: name things the right name for variety --- tests/hazmat/primitives/test_cast5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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"], -- cgit v1.2.3