Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lwfreitas committed Feb 19, 2023
1 parent 5544861 commit 3bd0e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/generics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func Test_buildGenericTypesFromSpec(t *testing.T) {
wantTypes genericTypes
}{
{
name: "",
name: "build generic types any from spec",
args: args{
ts: &ast.TypeSpec{
TypeParams: &ast.FieldList{
Expand All @@ -111,7 +111,7 @@ func Test_buildGenericTypesFromSpec(t *testing.T) {
},
wantTypes: genericTypes{
{
Type: "any",
Type: "any",
Names: []string{"I", "O"},
},
},
Expand Down

0 comments on commit 3bd0e55

Please sign in to comment.