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 (
"github.com/jesseduffield/lazygit/pkg/config"

View file

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