Commit 724b5a0e by yuangli

tests: rename to follow clar naming convention

parent 2e9228e8
......@@ -7,7 +7,7 @@ static int name_is_valid(const char *name)
return valid;
}
void test_refs_tags_is_name_valid(void)
void test_refs_tags__name_is_valid(void)
{
cl_assert_equal_i(true, name_is_valid("sometag"));
cl_assert_equal_i(true, name_is_valid("test/sometag"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment