mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 14:37:37 +00:00
tests: fix git_odb_foreach() object count
Some objects were added in another PR
This commit is contained in:
parent
1ebe432e2f
commit
eca67c585e
@ -32,5 +32,5 @@ static int foreach_cb(git_oid *oid, void *data)
|
||||
void test_odb_foreach__foreach(void)
|
||||
{
|
||||
cl_git_pass(git_odb_foreach(_odb, foreach_cb, NULL));
|
||||
cl_assert(nobj == 1681);
|
||||
cl_assert(nobj == 1683);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user