aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/primitives/test_pbkdf2hmac_vectors.py')
-rw-r--r--tests/hazmat/primitives/test_pbkdf2hmac_vectors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py b/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py
index cbd4cc9d..149387be 100644
--- a/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py
+++ b/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py
@@ -26,7 +26,7 @@ from ...utils import load_nist_vectors
skip_message="Does not support SHA1 for PBKDF2HMAC",
)
@pytest.mark.pbkdf2hmac
-class TestPBKDF2HMAC_SHA1(object):
+class TestPBKDF2HMACSHA1(object):
test_pbkdf2_sha1 = generate_pbkdf2_test(
load_nist_vectors,
"KDF",