summaryrefslogtreecommitdiff
path: root/tests/libgit2/odb/backend/multiple.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libgit2/odb/backend/multiple.c')
-rw-r--r--tests/libgit2/odb/backend/multiple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libgit2/odb/backend/multiple.c b/tests/libgit2/odb/backend/multiple.c
index 5f1eacd52..97588164d 100644
--- a/tests/libgit2/odb/backend/multiple.c
+++ b/tests/libgit2/odb/backend/multiple.c
@@ -24,7 +24,7 @@ void test_odb_backend_multiple__initialize(void)
{
git_odb_backend *backend;
- git_oid_fromstr(&_existing_oid, EXISTING_HASH);
+ git_oid__fromstr(&_existing_oid, EXISTING_HASH, GIT_OID_SHA1);
_obj = NULL;
_repo = cl_git_sandbox_init("testrepo.git");