Skip to content

Commit 06ed44c

Browse files
authored
fix monitor testcases (#1083)
* fix monitor testcases * make fmt * make fmt
1 parent 853d34d commit 06ed44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/resource_tc_monitor_alarm_policy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
func TestAccTencentCloudMonitorAlarmPolicyResource(t *testing.T) {
1010
t.Parallel()
1111
resource.Test(t, resource.TestCase{
12-
PreCheck: func() { testAccPreCheck(t) },
13-
Providers: testAccProviders,
12+
PreCheck: func() { testAccPreCheck(t) },
13+
Providers: testAccProviders,
1414
Steps: []resource.TestStep{
1515
{
1616
Config: testAccMonitorAlarmPolicy,

0 commit comments

Comments
 (0)