diff options
Diffstat (limited to 'tests/pack/sharing.c')
-rw-r--r-- | tests/pack/sharing.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pack/sharing.c b/tests/pack/sharing.c index 81de9f81d..f6f78ca03 100644 --- a/tests/pack/sharing.c +++ b/tests/pack/sharing.c @@ -20,8 +20,8 @@ void test_pack_sharing__open_two_repos(void) git_oid_fromstr(&id, "a65fedf39aefe402d3bb6e24df4d4f5fe4547750"); - cl_git_pass(git_object_lookup(&obj1, repo1, &id, GIT_OBJ_ANY)); - cl_git_pass(git_object_lookup(&obj2, repo2, &id, GIT_OBJ_ANY)); + cl_git_pass(git_object_lookup(&obj1, repo1, &id, GIT_OBJECT_ANY)); + cl_git_pass(git_object_lookup(&obj2, repo2, &id, GIT_OBJECT_ANY)); pos = 0; while ((error = git_strmap_next(&data, &pos, git__pack_cache)) == 0) { |