mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Move test from commit to branch
This commit is contained in:
committed by
Stefan Haller
parent
e127a928fe
commit
c7feba9bb1
@ -1,4 +1,4 @@
|
|||||||
package commit
|
package branch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/jesseduffield/lazygit/pkg/config"
|
"github.com/jesseduffield/lazygit/pkg/config"
|
@ -50,6 +50,7 @@ var tests = []*components.IntegrationTest{
|
|||||||
branch.NewBranchAutostash,
|
branch.NewBranchAutostash,
|
||||||
branch.NewBranchFromRemoteTrackingDifferentName,
|
branch.NewBranchFromRemoteTrackingDifferentName,
|
||||||
branch.NewBranchFromRemoteTrackingSameName,
|
branch.NewBranchFromRemoteTrackingSameName,
|
||||||
|
branch.NewBranchWithPrefix,
|
||||||
branch.OpenPullRequestInvalidTargetRemoteName,
|
branch.OpenPullRequestInvalidTargetRemoteName,
|
||||||
branch.OpenPullRequestNoUpstream,
|
branch.OpenPullRequestNoUpstream,
|
||||||
branch.OpenPullRequestSelectRemoteAndTargetBranch,
|
branch.OpenPullRequestSelectRemoteAndTargetBranch,
|
||||||
@ -118,7 +119,6 @@ var tests = []*components.IntegrationTest{
|
|||||||
commit.History,
|
commit.History,
|
||||||
commit.HistoryComplex,
|
commit.HistoryComplex,
|
||||||
commit.NewBranch,
|
commit.NewBranch,
|
||||||
commit.NewBranchWithPrefix,
|
|
||||||
commit.PasteCommitMessage,
|
commit.PasteCommitMessage,
|
||||||
commit.PasteCommitMessageOverExisting,
|
commit.PasteCommitMessageOverExisting,
|
||||||
commit.PreserveCommitMessage,
|
commit.PreserveCommitMessage,
|
||||||
|
Reference in New Issue
Block a user