PIStringTests_21-30 #61

Merged
andrey merged 4 commits from PIStringTests_21-30 into master 2021-01-25 11:39:52 +03:00
Showing only changes of commit 345ab5c379 - Show all commits

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));