spelling: characters
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
5e6cc0ae19
commit
0cfcf4b5f3
|
@ -99,7 +99,7 @@ TEST(StringTests, uppercase_lowercaseInput_uppercaseOutput)
|
||||||
EXPECT_EQ("12FOO3BAR", subject);
|
EXPECT_EQ("12FOO3BAR", subject);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(StringTests, removeChar_inputString_removeAllSpecifiedCharactors)
|
TEST(StringTests, removeChar_inputString_removeAllSpecifiedCharacters)
|
||||||
{
|
{
|
||||||
String subject = "foobar";
|
String subject = "foobar";
|
||||||
const char c = 'o';
|
const char c = 'o';
|
||||||
|
|
Loading…
Reference in New Issue