Skip to content

Commit f063824

Browse files
committed
fix: Addressing lints
1 parent 5b5f13b commit f063824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration_filter_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,8 @@ unit "unit-to-be-created-2" {
14081408
}
14091409

14101410
func TestFiltersFileFlag(t *testing.T) {
1411+
t.Parallel()
1412+
14111413
testCases := []struct {
14121414
name string
14131415
setupFile func(t *testing.T, dir string) string // Returns path to filter file, empty if no file

0 commit comments

Comments
 (0)