@ -15,7 +15,7 @@ void test_gets_WithMinLengthAndMaxLength(void) {
TEST_ASSERT_EQUAL_CHAR_ARRAY("dddd", actual, strlen(actual));
}
void test_gets_WithMin(void) {
void test_gets_WithMinLength(void) {
unsigned long minLength = 3;
char *input[] = {"", "ei", "e", "dddd", NULL};
fakeInput = input;