summaryrefslogtreecommitdiff
path: root/tests/libgit2/odb/backend/mempack.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libgit2/odb/backend/mempack.c')
-rw-r--r--tests/libgit2/odb/backend/mempack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libgit2/odb/backend/mempack.c b/tests/libgit2/odb/backend/mempack.c
index eb8ab3cb0..c8a86a2ae 100644
--- a/tests/libgit2/odb/backend/mempack.c
+++ b/tests/libgit2/odb/backend/mempack.c
@@ -16,7 +16,7 @@ void test_odb_backend_mempack__initialize(void)
cl_git_pass(git_mempack_new(&backend));
cl_git_pass(git_odb__new(&_odb, NULL));
cl_git_pass(git_odb_add_backend(_odb, backend, 10));
- cl_git_pass(git_repository_wrap_odb(&_repo, _odb));
+ cl_git_pass(git_repository__wrap_odb(&_repo, _odb, GIT_OID_SHA1));
}
void test_odb_backend_mempack__cleanup(void)