Browse Source

refactoring: renamed test_gets_WithMin to test_gets_WithMinLength

remotes/origin/userinput
TheUltimateOptimist 11 months ago
parent
commit
21e1c1a0dc
  1. 2
      test/test_userinput.c

2
test/test_userinput.c

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

Loading…
Cancel
Save