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

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