Skip to content

Commit 6d2efed

Browse files
tongyimingmikatong
andauthored
fix: unit test absence (#1019)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent 0ab62a4 commit 6d2efed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tencentcloud/data_source_tc_ckafka_topics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
77
)
88

9-
func TestAccTencentCloudCKafkaTopicDataSource(t *testing.T) {
9+
func TestAccTencentCloudCkafkaTopicDataSource(t *testing.T) {
1010
t.Parallel()
1111
resource.Test(t, resource.TestCase{
1212
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },

tencentcloud/resource_tc_ckafka_instance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/hashicorp/terraform-plugin-sdk/terraform"
1010
)
1111

12-
func TestAccTencentCloudCKafkaInstance(t *testing.T) {
12+
func TestAccTencentCloudCkafkaInstance(t *testing.T) {
1313
t.Parallel()
1414
resource.Test(t, resource.TestCase{
1515
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },

tencentcloud/resource_tc_ckafka_topic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/hashicorp/terraform-plugin-sdk/terraform"
1111
)
1212

13-
func TestAccTencentCloudCKafkaTopicResource(t *testing.T) {
13+
func TestAccTencentCloudCkafkaTopicResource(t *testing.T) {
1414
t.Parallel()
1515
resource.Test(t, resource.TestCase{
1616
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },

0 commit comments

Comments
 (0)