mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-15 01:34:26 +02:00
Cleanup: remove unnecessary setup steps
This commit is contained in:
@ -15,8 +15,6 @@ var CherryPickMerge = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
EmptyCommit("base").
|
EmptyCommit("base").
|
||||||
NewBranch("first-branch").
|
NewBranch("first-branch").
|
||||||
NewBranch("second-branch").
|
NewBranch("second-branch").
|
||||||
Checkout("first-branch").
|
|
||||||
Checkout("second-branch").
|
|
||||||
CreateFileAndAdd("file1.txt", "content").
|
CreateFileAndAdd("file1.txt", "content").
|
||||||
Commit("one").
|
Commit("one").
|
||||||
CreateFileAndAdd("file2.txt", "content").
|
CreateFileAndAdd("file2.txt", "content").
|
||||||
|
Reference in New Issue
Block a user