summaryrefslogtreecommitdiff
path: root/tests/index/collision.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/index/collision.c')
-rw-r--r--tests/index/collision.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index/collision.c b/tests/index/collision.c
index e9af2cfe4..18d2664f0 100644
--- a/tests/index/collision.c
+++ b/tests/index/collision.c
@@ -13,7 +13,7 @@ void test_index_collision__initialize(void)
cl_git_pass(git_repository_odb(&g_odb, g_repo));
cl_git_pass(git_repository_index(&g_index, g_repo));
- cl_git_pass(git_odb_write(&g_empty_id, g_odb, "", 0, GIT_OBJ_BLOB));
+ cl_git_pass(git_odb_write(&g_empty_id, g_odb, "", 0, GIT_OBJECT_BLOB));
}
void test_index_collision__cleanup(void)