Rename 1 test

This commit is contained in:
2021-01-22 16:28:33 +03:00
parent fe6d8ca1d3
commit 345ab5c379

View File

@@ -170,7 +170,7 @@ TEST(PIString_Tests, construct_from_pichar_size){
ASSERT_EQ(res, PIString(str1, 3));
}
TEST(PIString_Tests, construct_from_char_size){
TEST(PIString_Tests, construct_from_cstring_size){
char str1[] = "good";
PIString res = "good";
ASSERT_EQ(res, PIString(str1, 4));