File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ void test_refs_branches_upstream__upstream_merge(void)
7575{
7676 git_reference * branch ;
7777 git_repository * repository ;
78- git_buf buf = GIT_BUF_INIT ;
79-
78+ git_buf buf = GIT_BUF_INIT ;
79+
8080 repository = cl_git_sandbox_init ("testrepo.git" );
8181
8282 /* check repository */
@@ -89,9 +89,9 @@ void test_refs_branches_upstream__upstream_merge(void)
8989 git_reference_free (branch );
9090
9191 /* check merge branch */
92- cl_git_pass (git_branch_upstream_merge (& buf , repository , "refs/heads/test" ));
93- cl_assert_equal_s ("refs/heads/master" , buf .ptr );
94- git_buf_dispose (& buf );
92+ cl_git_pass (git_branch_upstream_merge (& buf , repository , "refs/heads/test" ));
93+ cl_assert_equal_s ("refs/heads/master" , buf .ptr );
94+ git_buf_dispose (& buf );
9595}
9696
9797void test_refs_branches_upstream__upstream_remote_empty_value (void )
You can’t perform that action at this time.
0 commit comments