Skip to content

Commit 0560754

Browse files
committed
Move test from commit to test
1 parent facc73a commit 0560754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/integration/tests/commit/new_branch_with_prefix.go renamed to pkg/integration/tests/branch/new_branch_with_prefix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package commit
1+
package branch
22

33
import (
44
"github.com/jesseduffield/lazygit/pkg/config"

pkg/integration/tests/test_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ var tests = []*components.IntegrationTest{
5050
branch.NewBranchAutostash,
5151
branch.NewBranchFromRemoteTrackingDifferentName,
5252
branch.NewBranchFromRemoteTrackingSameName,
53+
branch.NewBranchWithPrefix,
5354
branch.OpenPullRequestInvalidTargetRemoteName,
5455
branch.OpenPullRequestNoUpstream,
5556
branch.OpenPullRequestSelectRemoteAndTargetBranch,
@@ -118,7 +119,6 @@ var tests = []*components.IntegrationTest{
118119
commit.History,
119120
commit.HistoryComplex,
120121
commit.NewBranch,
121-
commit.NewBranchWithPrefix,
122122
commit.PasteCommitMessage,
123123
commit.PasteCommitMessageOverExisting,
124124
commit.PreserveCommitMessage,

0 commit comments

Comments
 (0)