File tree 1 file changed +3
-3
lines changed
tencentcloud/services/mongodb
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func init() {
71
71
})
72
72
}
73
73
74
- func TestAccTencentCloudMongodbInstanceResourcePostPaid (t * testing.T ) {
74
+ func TestAccTencentCloudMongodbInstanceResource_PostPaid (t * testing.T ) {
75
75
resource .Test (t , resource.TestCase {
76
76
PreCheck : func () { tcacctest .AccPreCheck (t ) },
77
77
Providers : tcacctest .AccProviders ,
@@ -134,7 +134,7 @@ func TestAccTencentCloudMongodbInstanceResourcePostPaid(t *testing.T) {
134
134
})
135
135
}
136
136
137
- func TestAccTencentCloudMongodbInstanceResource_multiZone (t * testing.T ) {
137
+ func TestAccTencentCloudMongodbInstanceResource_MultiZone (t * testing.T ) {
138
138
resource .Test (t , resource.TestCase {
139
139
PreCheck : func () { tcacctest .AccPreCheck (t ) },
140
140
Providers : tcacctest .AccProviders ,
@@ -153,7 +153,7 @@ func TestAccTencentCloudMongodbInstanceResource_multiZone(t *testing.T) {
153
153
})
154
154
}
155
155
156
- func TestAccTencentCloudMongodbInstanceResourcePrepaid (t * testing.T ) {
156
+ func TestAccTencentCloudMongodbInstanceResource_Prepaid (t * testing.T ) {
157
157
// Avoid to set Parallel to make sure EnvVar secure
158
158
resource .Test (t , resource.TestCase {
159
159
PreCheck : func () { tcacctest .AccPreCheck (t ) },
You can’t perform that action at this time.
0 commit comments