Skip to content

Commit 110d38c

Browse files
committed
Add t.Parallel() to TestSchemaProposeNewState
1 parent e30d582 commit 110d38c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/fwserver/schema_propose_new_plan_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
)
1414

1515
func TestSchemaProposeNewState(t *testing.T) {
16+
t.Parallel()
1617
tests := map[string]struct {
1718
schema fwschema.Schema
1819
priorVal map[string]tftypes.Value

0 commit comments

Comments
 (0)