Skip to content

Commit 730ef76

Browse files
committed
Fixed linter issue by adding t.Parallel()
1 parent fbc2963 commit 730ef76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/provider/validate_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ func TestLoadAllowedSubcategories(t *testing.T) {
11431143

11441144
for name, testCase := range testCases {
11451145
t.Run(name, func(t *testing.T) {
1146+
t.Parallel()
11461147
v := &validator{}
11471148
expected := []string{"CategoryOne", "CategoryTwo", "CategoryThree"}
11481149

0 commit comments

Comments
 (0)