Fix multiple tests naming (make follow PascalCase)

This commit is contained in:
hashlag
2025-08-25 00:11:36 +03:00
parent 41b50e66c7
commit dc223c59ad
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
using namespace Chaos::Hash::Md4; using namespace Chaos::Hash::Md4;
TEST(Md4Tests, RFCTest) TEST(Md4Tests, RfcTest)
{ {
struct Helper struct Helper
{ {

View File

@@ -4,7 +4,7 @@
using namespace Chaos::Hash::Md5; using namespace Chaos::Hash::Md5;
TEST(Md5Tests, RFCTest) TEST(Md5Tests, RfcTest)
{ {
struct Helper struct Helper
{ {

View File

@@ -6,7 +6,7 @@
using namespace Chaos::Mac::Hmac; using namespace Chaos::Mac::Hmac;
using namespace Chaos::Hash::Md5; using namespace Chaos::Hash::Md5;
TEST(HmacTests, RFCTest) TEST(HmacTests, RfcTest)
{ {
struct Helper struct Helper
{ {