summaryrefslogtreecommitdiff
path: root/tests/odb/foreach.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/odb/foreach.c')
-rw-r--r--tests/odb/foreach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/odb/foreach.c b/tests/odb/foreach.c
index 5db66ba27..3e44f10bb 100644
--- a/tests/odb/foreach.c
+++ b/tests/odb/foreach.c
@@ -98,7 +98,7 @@ void test_odb_foreach__interrupt_foreach(void)
cl_git_pass(git_repository_init(&_repo, "onlyloose.git", true));
git_repository_odb(&_odb, _repo);
- cl_git_pass(git_odb_write(&id, _odb, "", 0, GIT_OBJ_BLOB));
+ cl_git_pass(git_odb_write(&id, _odb, "", 0, GIT_OBJECT_BLOB));
cl_assert_equal_i(-123, git_odb_foreach(_odb, foreach_stop_first_cb, &nobj));
}