fixed typo

This commit is contained in:
emeric
2023-05-05 23:43:33 +02:00
parent 7e8bb90c47
commit 8ab6418b18
+1 -1
View File
@@ -119,7 +119,7 @@ TEST(StringUtils, readAs)
EXPECT_EQ(StringUtils::readAs<bool>(""), std::nullopt);
}
TEST(StrinUtils, capitalize)
TEST(StringUtils, capitalize)
{
struct TestCase
{