Skip to content

Commit

Permalink
lib: test-strfuncs - Rename test i_strbegins to str_begins
Browse files Browse the repository at this point in the history
Matches the real name
  • Loading branch information
cmouse committed Aug 21, 2018
1 parent 9fde31d commit efdd302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/test-strfuncs.c
Expand Up @@ -395,7 +395,7 @@ test_str_match(void)
test_assert_idx(str_match(tests[i].s1, tests[i].s2) == tests[i].match, i);
test_end();

test_begin("i_strbegins");
test_begin("str_begins");
for (i = 0; i < N_ELEMENTS(tests); i++) {
/* This is just 2 ways of wording the same test, but that also
sanity tests the match values above. */
Expand Down

0 comments on commit efdd302

Please sign in to comment.