Skip to content

Commit 6f33854

Browse files
committed
fix lint error
1 parent 8ab6d85 commit 6f33854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/linodevpc_controller_helpers_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ func Test_linodeVPCSpecToVPCCreateConfig(t *testing.T) {
142142
}
143143
for _, tt := range tests {
144144
t.Run(tt.name, func(t *testing.T) {
145+
t.Parallel()
145146
if got := linodeVPCSpecToVPCCreateConfig(tt.args.vpcSpec); !reflect.DeepEqual(got, tt.want) {
146147
t.Errorf("linodeVPCSpecToVPCCreateConfig() = %v, want %v", got, tt.want)
147148
}

0 commit comments

Comments
 (0)