Skip to content

Commit 724b5a0

Browse files
author
yuangli
committed
tests: rename to follow clar naming convention
1 parent 2e9228e commit 724b5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/refs/tags/name.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ static int name_is_valid(const char *name)
77
return valid;
88
}
99

10-
void test_refs_tags_is_name_valid(void)
10+
void test_refs_tags__name_is_valid(void)
1111
{
1212
cl_assert_equal_i(true, name_is_valid("sometag"));
1313
cl_assert_equal_i(true, name_is_valid("test/sometag"));

0 commit comments

Comments
 (0)