Skip to content

Commit 1ee24b6

Browse files
Update test_auth.cpp
1 parent dff49ed commit 1ee24b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/cases/test_auth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ FOSSIL_TEST_CASE(cpp_test_pbkdf2_sha256_empty_password_salt) {
103103
// * * * * * * * * * * * * * * * * * * * * * * * *
104104
// * Fossil Logic Test Pool
105105
// * * * * * * * * * * * * * * * * * * * * * * * *
106-
FOSSIL_TEST_GROUP(c_hash_tests) {
106+
FOSSIL_TEST_GROUP(cpp_auth_tests) {
107107
FOSSIL_TEST_ADD(cpp_auth_fixture, cpp_test_hmac_sha256_known_vector);
108108
FOSSIL_TEST_ADD(cpp_auth_fixture, cpp_test_hmac_sha256_empty_key_data);
109109
FOSSIL_TEST_ADD(cpp_auth_fixture, cpp_test_pbkdf2_sha256_known_vector);

0 commit comments

Comments
 (0)