From c7feba9bb1e629a06bc8d1cf6502833976ad3f3d Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Fri, 4 Apr 2025 08:12:20 +0200 Subject: [PATCH] Move test from commit to branch --- .../tests/{commit => branch}/new_branch_with_prefix.go | 2 +- pkg/integration/tests/test_list.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename pkg/integration/tests/{commit => branch}/new_branch_with_prefix.go (98%) 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,