Skip to content

Commit

Permalink
Revert "mr_test: Check out test branch under diverging name"
Browse files Browse the repository at this point in the history
This reverts commit 434587b.
  • Loading branch information
fmuellner authored and prarit committed Dec 11, 2020
1 parent 06b5f6a commit 568d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Test_mrCmd_MR_description_and_options(t *testing.T) {
}
})
t.Run("create MR from file", func(t *testing.T) {
git := exec.Command("git", "checkout", "-b", "local/mrtest", "origin/mrtest")
git := exec.Command("git", "checkout", "mrtest")
git.Dir = repo
b, err := git.CombinedOutput()
if err != nil {
Expand Down

0 comments on commit 568d297

Please sign in to comment.