summaryrefslogtreecommitdiff
path: root/tests/repo/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repo/state.c')
-rw-r--r--tests/repo/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/repo/state.c b/tests/repo/state.c
index 2d6c780ee..13407bffc 100644
--- a/tests/repo/state.c
+++ b/tests/repo/state.c
@@ -59,8 +59,8 @@ void test_repo_state__revert(void)
void test_repo_state__cherry_pick(void)
{
- setup_simple_state(GIT_CHERRY_PICK_HEAD_FILE);
- assert_repo_state(GIT_REPOSITORY_STATE_CHERRY_PICK);
+ setup_simple_state(GIT_CHERRYPICK_HEAD_FILE);
+ assert_repo_state(GIT_REPOSITORY_STATE_CHERRYPICK);
cl_git_pass(git_repository_state_cleanup(_repo));
assert_repo_state(GIT_REPOSITORY_STATE_NONE);
}