Commit 2e9228e8 by yuangli

tests: rename test for consistency

parent 391afec4
......@@ -51,7 +51,7 @@ static int name_is_valid(const char *name)
return valid;
}
void test_refs_branches_name__is_name_valid(void)
void test_refs_branches_name__name_is_valid(void)
{
cl_assert_equal_i(true, name_is_valid("master"));
cl_assert_equal_i(true, name_is_valid("test/master"));
......
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