Skip to content

Commit 1d4c746

Browse files
authored
rename testcases (#1045)
1 parent c1a4e41 commit 1d4c746

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

tencentcloud/data_source_tc_dnats_test.go renamed to tencentcloud/data_source_tc_nat_gateway_trules_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 TestAccTencentCloudDataSourceDnatsBase(t *testing.T) {
9+
func TestAccTencentCloudNatGatewayTransRuleDataSource(t *testing.T) {
1010
t.Parallel()
1111
resource.Test(t, resource.TestCase{
1212
PreCheck: func() { testAccPreCheck(t) },
File renamed without changes.

tencentcloud/resource_tc_dnat_test.go renamed to tencentcloud/resource_tc_nat_gateway_trule_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/tencentcloudstack/terraform-provider-tencentcloud/tencentcloud/internal/helper"
1212
)
1313

14-
func TestAccTencentCloudDnat_basic(t *testing.T) {
14+
func TestAccTencentCloudNatGatewayTransRule_basic(t *testing.T) {
1515
t.Parallel()
1616
var dnatId string
1717

0 commit comments

Comments
 (0)