fixed typo
This commit is contained in:
@@ -119,7 +119,7 @@ TEST(StringUtils, readAs)
|
|||||||
EXPECT_EQ(StringUtils::readAs<bool>(""), std::nullopt);
|
EXPECT_EQ(StringUtils::readAs<bool>(""), std::nullopt);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(StrinUtils, capitalize)
|
TEST(StringUtils, capitalize)
|
||||||
{
|
{
|
||||||
struct TestCase
|
struct TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user