Skip to content

Commit 2beb1bd

Browse files
Update code_sample_test.go
1 parent f7ac011 commit 2beb1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/openapi/filter/code_sample_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ func TestCodeSampleFilter(t *testing.T) {
222222
}
223223

224224
for _, tt := range testCases {
225-
t.Parallel()
226225
t.Run(tt.name, func(t *testing.T) {
226+
t.Parallel()
227227
oas := tt.oas
228228
version, err := apiversion.New(apiversion.WithVersion(tt.version))
229229
require.NoError(t, err)

0 commit comments

Comments
 (0)