Skip to content

Commit 2a48c16

Browse files
committed
[ignore] removee foo comments
1 parent 6970f61 commit 2a48c16

File tree

96 files changed

+0
-927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+0
-927
lines changed

gen/templates/resource_test.go.tmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ PreCheck: func() { testAccPreCheck(t, "{{.test_type}}", "{{$.class_version}}") }
419419
resource.TestCheckResourceAttrSet("aci_{{$.resourceName}}.test", "{{$key}}"),
420420
{{- end}}
421421
{{- range $key, $value := $.children}}
422-
// foo
423422
composeAggregateTestCheckFuncWithVersion(t, "{{getChildVersion $value}}", "inside",
424423
{{- if eq (len $value) 1}}
425424
{{- range $child_index, $child := $value}}
@@ -547,7 +546,6 @@ PreCheck: func() { testAccPreCheck(t, "{{.test_type}}", "{{$.class_version}}") }
547546
resource.TestCheckResourceAttrSet("aci_{{$.resourceName}}.test", "{{$key}}"),
548547
{{- end}}
549548
{{- range $key, $value := $.children}}
550-
// foo
551549
composeAggregateTestCheckFuncWithVersion(t, "{{getChildVersion $value}}", "inside",
552550
{{- if eq (len $value) 1}}
553551
{{- range $child_index, $child := $value}}
@@ -644,7 +642,6 @@ PreCheck: func() { testAccPreCheck(t, "{{.test_type}}", "{{$.class_version}}") }
644642
resource.TestCheckResourceAttrSet("aci_{{$.resourceName}}.test", "{{$key}}"),
645643
{{- end}}
646644
{{- range $key, $value := $.children}}
647-
// foo
648645
composeAggregateTestCheckFuncWithVersion(t, "{{getChildVersion $value}}", "inside",
649646
{{- if eq (len $value) 1}}{{- $child := index $value 0 }}
650647
{{- if not $child.deletable_child}}
@@ -1246,7 +1243,6 @@ func TestAccResource{{.resourceClassName}}(t *testing.T) {
12461243
resource.TestCheckResourceAttrSet("aci_{{$.resourceName}}.test", "{{$key}}"),
12471244
{{- end}}
12481245
{{- range $key, $value := $.children}}
1249-
// foo
12501246
composeAggregateTestCheckFuncWithVersion(t, "{{getChildVersion $value}}", "inside",
12511247
{{- if eq (len $value) 1}}
12521248
{{- range $child_index, $child := $value}}
@@ -1364,7 +1360,6 @@ func TestAccResource{{.resourceClassName}}(t *testing.T) {
13641360
resource.TestCheckResourceAttrSet("aci_{{$.resourceName}}.test", "{{$key}}"),
13651361
{{- end}}
13661362
{{- range $key, $value := $.children}}
1367-
// foo
13681363
composeAggregateTestCheckFuncWithVersion(t, "{{getChildVersion $value}}", "inside",
13691364
{{- if eq (len $value) 1}}
13701365
{{- range $child_index, $child := $value}}
@@ -1476,7 +1471,6 @@ func TestAccResource{{.resourceClassName}}(t *testing.T) {
14761471
resource.TestCheckResourceAttrSet("aci_{{$.resourceName}}.test", "{{$key}}"),
14771472
{{- end}}
14781473
{{- range $key, $value := $.children}}
1479-
// foo
14801474
composeAggregateTestCheckFuncWithVersion(t, "{{getChildVersion $value}}", "inside",
14811475
{{- if eq (len $value) 1}}{{- $child := index $value 0 }}
14821476
{{- if not $child.deletable_child}}

internal/provider/resource_aci_access_interface_override_test.go

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_aci_access_port_block_test.go

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)