summaryrefslogtreecommitdiff
path: root/tests/odb/streamwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/odb/streamwrite.c')
-rw-r--r--tests/odb/streamwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/odb/streamwrite.c b/tests/odb/streamwrite.c
index 591a20040..c174f6974 100644
--- a/tests/odb/streamwrite.c
+++ b/tests/odb/streamwrite.c
@@ -10,7 +10,7 @@ void test_odb_streamwrite__initialize(void)
repo = cl_git_sandbox_init("testrepo.git");
cl_git_pass(git_repository_odb(&odb, repo));
- cl_git_pass(git_odb_open_wstream(&stream, odb, 14, GIT_OBJ_BLOB));
+ cl_git_pass(git_odb_open_wstream(&stream, odb, 14, GIT_OBJECT_BLOB));
cl_assert_equal_sz(14, stream->declared_size);
}