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
2
2
3
3
import (
4
4
"github.com/jesseduffield/lazygit/pkg/config"
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ var tests = []*components.IntegrationTest{
50
50
branch .NewBranchAutostash ,
51
51
branch .NewBranchFromRemoteTrackingDifferentName ,
52
52
branch .NewBranchFromRemoteTrackingSameName ,
53
+ branch .NewBranchWithPrefix ,
53
54
branch .OpenPullRequestInvalidTargetRemoteName ,
54
55
branch .OpenPullRequestNoUpstream ,
55
56
branch .OpenPullRequestSelectRemoteAndTargetBranch ,
@@ -118,7 +119,6 @@ var tests = []*components.IntegrationTest{
118
119
commit .History ,
119
120
commit .HistoryComplex ,
120
121
commit .NewBranch ,
121
- commit .NewBranchWithPrefix ,
122
122
commit .PasteCommitMessage ,
123
123
commit .PasteCommitMessageOverExisting ,
124
124
commit .PreserveCommitMessage ,
You can’t perform that action at this time.
0 commit comments