mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Move test from commit to branch
This commit is contained in:
parent
e127a928fe
commit
c7feba9bb1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
package commit
|
||||
package branch
|
||||
|
||||
import (
|
||||
"github.com/jesseduffield/lazygit/pkg/config"
|
|
@ -50,6 +50,7 @@ var tests = []*components.IntegrationTest{
|
|||
branch.NewBranchAutostash,
|
||||
branch.NewBranchFromRemoteTrackingDifferentName,
|
||||
branch.NewBranchFromRemoteTrackingSameName,
|
||||
branch.NewBranchWithPrefix,
|
||||
branch.OpenPullRequestInvalidTargetRemoteName,
|
||||
branch.OpenPullRequestNoUpstream,
|
||||
branch.OpenPullRequestSelectRemoteAndTargetBranch,
|
||||
|
@ -118,7 +119,6 @@ var tests = []*components.IntegrationTest{
|
|||
commit.History,
|
||||
commit.HistoryComplex,
|
||||
commit.NewBranch,
|
||||
commit.NewBranchWithPrefix,
|
||||
commit.PasteCommitMessage,
|
||||
commit.PasteCommitMessageOverExisting,
|
||||
commit.PreserveCommitMessage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue