Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
seachicken committed Sep 21, 2024
1 parent 680b503 commit 211a4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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()

Expand Down

0 comments on commit 211a4d0

Please sign in to comment.