mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Cleanup: remove unnecessary setup steps
This commit is contained in:
parent
ef1da6f704
commit
144565ee03
|
|
@ -15,8 +15,6 @@ var CherryPickMerge = NewIntegrationTest(NewIntegrationTestArgs{
|
|||
EmptyCommit("base").
|
||||
NewBranch("first-branch").
|
||||
NewBranch("second-branch").
|
||||
Checkout("first-branch").
|
||||
Checkout("second-branch").
|
||||
CreateFileAndAdd("file1.txt", "content").
|
||||
Commit("one").
|
||||
CreateFileAndAdd("file2.txt", "content").
|
||||
|
|
|
|||
Loading…
Reference in a new issue