@ -23,7 +23,7 @@ void test_gets_WithMinLength(void) {
TEST_ASSERT_EQUAL_CHAR_ARRAY("dddd", actual, strlen(actual));
}
void test_gets_WithMax(void) {
void test_gets_WithMaxLength(void) {
unsigned long maxLength = 6;
char *input[] = {"dfdfdfdf", "dddd", NULL};
fakeInput = input;