1
0
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:
Ruud Kamphuis
2025-04-04 08:12:20 +02:00
committed by Stefan Haller
parent e127a928fe
commit c7feba9bb1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package commit package branch
import ( import (
"github.com/jesseduffield/lazygit/pkg/config" "github.com/jesseduffield/lazygit/pkg/config"

View File

@ -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,