diff options
Diffstat (limited to 'tests/refs/branches/create.c')
| -rw-r--r-- | tests/refs/branches/create.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/refs/branches/create.c b/tests/refs/branches/create.c index 693a592a3..e4ad6683e 100644 --- a/tests/refs/branches/create.c +++ b/tests/refs/branches/create.c @@ -73,4 +73,5 @@ void test_refs_branches_create__creating_a_branch_with_an_invalid_name_returns_E cl_assert_equal_i(GIT_EINVALIDSPEC, git_branch_create(&branch, repo, "inv@{id", target, 0)); -}
\ No newline at end of file +} + |
