summaryrefslogtreecommitdiff
path: root/tests-clar/odb/foreach.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clar/odb/foreach.c')
-rw-r--r--tests-clar/odb/foreach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/odb/foreach.c b/tests-clar/odb/foreach.c
index c1304a2e4..bf52cc1b5 100644
--- a/tests-clar/odb/foreach.c
+++ b/tests-clar/odb/foreach.c
@@ -42,7 +42,7 @@ void test_odb_foreach__foreach(void)
git_repository_odb(&_odb, _repo);
cl_git_pass(git_odb_foreach(_odb, foreach_cb, NULL));
- cl_assert_equal_i(43 + 1640, nobj); /* count + in-pack */
+ cl_assert_equal_i(46 + 1640, nobj); /* count + in-pack */
}
void test_odb_foreach__one_pack(void)