We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12bc32 commit 59fbaa4Copy full SHA for 59fbaa4
tests/cherrypick/workdir.c
@@ -122,7 +122,7 @@ void test_cherrypick_workdir__empty_result(void)
122
123
git_oid_fromstr(&cherry_oid, cherrypick_oid);
124
cl_git_pass(git_commit_lookup(&commit, repo, &cherry_oid));
125
- cl_git_pass(git_cherrypick(repo, commit, NULL));
+ cl_git_pass(git_cherry_pick(repo, commit, NULL));
126
127
/* The resulting tree should not have changed, the change was already on HEAD */
128
cl_assert(merge_test_index(repo_index, merge_index_entries, 3));
0 commit comments