We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5605a76 commit f4ce8e6Copy full SHA for f4ce8e6
tencentcloud/resource_tc_tag_attachment_test.go
@@ -9,7 +9,7 @@ import (
9
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
10
)
11
12
-//go test -i; go test -test.run TestAccTencentCloudTagAttachmentResource_basic -v
+// go test -i; go test -test.run TestAccTencentCloudTagAttachmentResource_basic -v
13
func TestAccTencentCloudTagAttachmentResource_basic(t *testing.T) {
14
t.Parallel()
15
resource.Test(t, resource.TestCase{
@@ -95,4 +95,3 @@ resource "tencentcloud_tag_attachment" "tag_attachment" {
95
}
96
97
`
98
-
0 commit comments