summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2016-05-27 18:17:20 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2016-05-27 18:17:20 +0200
commitb86ef47d2a7f67d44e56e102a54d8f2f2fe19d0c (patch)
treec3d34e7b1c0632cc6005782e332ffaeae2ab5fe8 /tests
parent3978ab2ce86e75e02340a02842e8338a84341181 (diff)
downloadlibgit2-cmn/tree-parser-sort-input.tar.gz
Diffstat (limited to 'tests')
-rw-r--r--tests/object/tree/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/object/tree/update.c b/tests/object/tree/update.c
index b38646a5a..0e1398267 100644
--- a/tests/object/tree/update.c
+++ b/tests/object/tree/update.c
@@ -190,7 +190,7 @@ void test_object_tree_update__add_blobs(void)
git_index_free(idx);
/* Perform the same operations via the tree updater */
- cl_git_pass(git_tree_create_updated(&tree_updater_id, g_repo, base_tree, 3, updates));
+ cl_git_pass(git_tree_create_updated(&tree_updater_id, g_repo, base_tree, 4, updates));
cl_assert_equal_oid(&tree_index_id, &tree_updater_id);
}