Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d3734f

Browse files
committed
chore: appease linter
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parente89a205 commit7d3734f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎provisioner/terraform/resource_replacements_test.go‎renamed to ‎provisioner/terraform/resource_replacements_internal_test.go‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import (
88
)
99

1010
funcTestFindResourceReplacements(t*testing.T) {
11+
t.Parallel()
12+
1113
cases:= []struct {
1214
namestring
1315
plan*tfjson.Plan
@@ -17,8 +19,8 @@ func TestFindResourceReplacements(t *testing.T) {
1719
name:"nil plan",
1820
},
1921
{
20-
name:"no resource changes",
21-
plan:&tfjson.Plan{},
22+
name:"no resource changes",
23+
plan:&tfjson.Plan{},
2224
},
2325
{
2426
name:"resource change with nil change",
@@ -166,6 +168,8 @@ func TestFindResourceReplacements(t *testing.T) {
166168

167169
for_,tc:=rangecases {
168170
t.Run(tc.name,func(t*testing.T) {
171+
t.Parallel()
172+
169173
require.EqualValues(t,tc.expected,findResourceReplacements(tc.plan))
170174
})
171175
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp