Skip to content

Commit 5c63dc9

Browse files
committed
fixing lint error
1 parent 7c90cb5 commit 5c63dc9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hack/tools/release/notes/main_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ func Test_defaultBranchForNewTag(t *testing.T) {
170170
}
171171

172172
func Test_validateConfig(t *testing.T) {
173-
type args struct {
174-
config *notesCmdConfig
175-
}
176173
tests := []struct {
177174
name string
178175
args *notesCmdConfig
@@ -243,9 +240,6 @@ func Test_validateConfig(t *testing.T) {
243240
}
244241

245242
func Test_computeConfigDefaults(t *testing.T) {
246-
type args struct {
247-
config *notesCmdConfig
248-
}
249243
tests := []struct {
250244
name string
251245
args *notesCmdConfig

0 commit comments

Comments
 (0)