We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32066c7 commit d91d049Copy full SHA for d91d049
cli/config/single_or_array_test.go
@@ -19,6 +19,7 @@ type singleOrArrayCase[T any] struct {
19
20
func testSingleOrArrayJSON[T any](t *testing.T, tests []singleOrArrayCase[T]) {
21
for _, tt := range tests {
22
+ tt := tt
23
t.Run(tt.name, func(t *testing.T) {
24
t.Parallel()
25
@@ -148,6 +149,7 @@ func TestSingleOrArrayJSON(t *testing.T) {
148
149
150
func testSingleOrArrayYAML[T any](t *testing.T, tests []singleOrArrayCase[T]) {
151
152
153
154
155
0 commit comments