Skip to content

Commit 7d3734f

Browse files
committed
chore: appease linter
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent e89a205 commit 7d3734f

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
func TestFindResourceReplacements(t *testing.T) {
11+
t.Parallel()
12+
1113
cases := []struct {
1214
name string
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 := range cases {
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy