Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Feb 13, 2025
1 parent e611a70 commit a03f279
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion tfprotov6/internal/fromproto/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func TestGetResourceIdentitySchemasRequest(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down
1 change: 0 additions & 1 deletion tfprotov6/internal/fromproto/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ func TestUpgradeResourceIdentityRequest(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down
1 change: 0 additions & 1 deletion tfprotov6/internal/toproto/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@ func TestGetResourceIdentitySchemas_Response(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down
3 changes: 0 additions & 3 deletions tfprotov6/internal/toproto/resource_identity_schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func TestResourceIdentitySchema(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down Expand Up @@ -138,7 +137,6 @@ func TestResourceIdentitySchema_IdentityAttribute(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down Expand Up @@ -208,7 +206,6 @@ func TestResourceIdentitySchema_IdentityAttributes(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down
1 change: 0 additions & 1 deletion tfprotov6/internal/toproto/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ func TestUpgradeResourceIdentity_Response(t *testing.T) {
}

for name, testCase := range testCases {
name, testCase := name, testCase

t.Run(name, func(t *testing.T) {
t.Parallel()
Expand Down
1 change: 0 additions & 1 deletion tfprotov6/raw_identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func TestRawIdentityUnmarshalWithOpts(t *testing.T) {
},
}
for name, test := range tests {
name, test := name, test
t.Run(name, func(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit a03f279

Please sign in to comment.