File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- package commit
1+ package branch
22
33import (
44 "github.com/jesseduffield/lazygit/pkg/config"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ var tests = []*components.IntegrationTest{
5050 branch .NewBranchAutostash ,
5151 branch .NewBranchFromRemoteTrackingDifferentName ,
5252 branch .NewBranchFromRemoteTrackingSameName ,
53+ branch .NewBranchWithPrefix ,
5354 branch .OpenPullRequestInvalidTargetRemoteName ,
5455 branch .OpenPullRequestNoUpstream ,
5556 branch .OpenPullRequestSelectRemoteAndTargetBranch ,
@@ -118,7 +119,6 @@ var tests = []*components.IntegrationTest{
118119 commit .History ,
119120 commit .HistoryComplex ,
120121 commit .NewBranch ,
121- commit .NewBranchWithPrefix ,
122122 commit .PasteCommitMessage ,
123123 commit .PasteCommitMessageOverExisting ,
124124 commit .PreserveCommitMessage ,
You can’t perform that action at this time.
0 commit comments