Skip to content

Commit

Permalink
gofmt utils
Browse files Browse the repository at this point in the history
  • Loading branch information
adlotsof committed Sep 19, 2023
1 parent 4d40b2e commit 4a70e53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func TestNextVersionOptionsWithNoneAutoLEvel(t *testing.T) {
AutoLevel: MajorLevel,
},
{
Label: "skip",
Label: "skip",
AutoLevel: "none",
},
},
Expand All @@ -334,12 +334,11 @@ func TestNextVersionOptionsWithNoneAutoLEvel(t *testing.T) {
then.Equals(t, "v0.3.0", ver.Original())
}


func TestNextVersionOptionsNoneAutoLevelOnly(t *testing.T) {
config := &Config{
Kinds: []KindConfig{
{
Label: "skip",
Label: "skip",
AutoLevel: "none",
},
},
Expand Down

0 comments on commit 4a70e53

Please sign in to comment.