From 211a4d0d0a4795d3b10d7184677ea21db2a372ff Mon Sep 17 00:00:00 2001 From: "seito.tanaka" Date: Sat, 21 Sep 2024 10:02:26 +0900 Subject: [PATCH] Refactor --- cmd/root_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root_test.go b/cmd/root_test.go index b7c6416..b1dbe83 100644 --- a/cmd/root_test.go +++ b/cmd/root_test.go @@ -330,7 +330,7 @@ func Test_ShouldBeDeletableWhenBranchIsCheckedOutWithCheckIsTrue(t *testing.T) { assert.Equal(t, shared.NotDeletable, actual[1].State) } -func Test_ShouldBeDeletableWhenBranchIsCheckedOutWithoutADefaultBranch(t *testing.T) { +func Test_ShouldBeDeletableWhenBranchIsCheckedOutWithoutDefaultBranch(t *testing.T) { ctrl := gomock.NewController(t) defer ctrl.Finish() @@ -694,7 +694,7 @@ func Test_BranchesAndPRsAreNotAssociatedWhenManyLocalCommitsAreAhead(t *testing. assert.Equal(t, shared.NotDeletable, actual[1].State) } -func Test_ShouldBeNoCommitHistoryWhenFirstCommitOfATopicBranchIsAssociatedWithDefaultBranch(t *testing.T) { +func Test_ShouldBeNoCommitHistoryWhenFirstCommitOfTopicBranchIsAssociatedWithDefaultBranch(t *testing.T) { ctrl := gomock.NewController(t) defer ctrl.Finish()