Skip to content

Commit

Permalink
nolint: containedctx
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Dec 7, 2023
1 parent 5c76b34 commit fa61420
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/framework/flex/autoflex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ func TestGenericExpand(t *testing.T) {
ctx := context.Background()
testString := "test"
testStringResult := "a"
testCases := []struct { //nolint:containedctx
Context context.Context
testCases := []struct {
Context context.Context //nolint:containedctx
TestName string
Source any
Target any
Expand Down Expand Up @@ -767,8 +767,8 @@ func TestGenericFlatten(t *testing.T) {

ctx := context.Background()
testString := "test"
testCases := []struct { //nolint:containedctx
Context context.Context
testCases := []struct {
Context context.Context //nolint:containedctx
TestName string
Source any
Target any
Expand Down

0 comments on commit fa61420

Please sign in to comment.