diff --git a/pkg/integration/tests/commit/new_branch_with_prefix.go b/pkg/integration/tests/branch/new_branch_with_prefix.go similarity index 98% rename from pkg/integration/tests/commit/new_branch_with_prefix.go rename to pkg/integration/tests/branch/new_branch_with_prefix.go index 2b489648f..61da06f94 100644 --- a/pkg/integration/tests/commit/new_branch_with_prefix.go +++ b/pkg/integration/tests/branch/new_branch_with_prefix.go @@ -1,4 +1,4 @@ -package commit +package branch import ( "github.com/jesseduffield/lazygit/pkg/config" diff --git a/pkg/integration/tests/test_list.go b/pkg/integration/tests/test_list.go index 2590e03ca..0cd16fa2b 100644 --- a/pkg/integration/tests/test_list.go +++ b/pkg/integration/tests/test_list.go @@ -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,