mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 18:22:16 +00:00
Fix testrepo ref count to include new branch.
This commit is contained in:
parent
b31667fb69
commit
32beb2ecfe
@ -36,7 +36,7 @@ void test_refs_list__all(void)
|
|||||||
/* We have exactly 9 refs in total if we include the packed ones:
|
/* We have exactly 9 refs in total if we include the packed ones:
|
||||||
* there is a reference that exists both in the packfile and as
|
* there is a reference that exists both in the packfile and as
|
||||||
* loose, but we only list it once */
|
* loose, but we only list it once */
|
||||||
cl_assert(ref_list.count == 9);
|
cl_assert_equal_i(ref_list.count, 10);
|
||||||
|
|
||||||
git_strarray_free(&ref_list);
|
git_strarray_free(&ref_list);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user