summaryrefslogtreecommitdiff
path: root/tests/odb/freshen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/odb/freshen.c')
-rw-r--r--tests/odb/freshen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/odb/freshen.c b/tests/odb/freshen.c
index 9d3cf51dc..55070659a 100644
--- a/tests/odb/freshen.c
+++ b/tests/odb/freshen.c
@@ -123,7 +123,7 @@ void test_odb_freshen__tree_during_commit(void)
cl_git_pass(git_signature_new(&signature,
"Refresher", "refresher@example.com", 1488547083, 0));
- cl_git_pass(git_commit_create(&commit_id, repo, NULL,
+ cl_git_pass(git_commit_create(&commit_id, repo,
signature, signature, NULL, "New commit pointing to old tree",
tree, 1, (const git_commit **)&parent));