Skip to content

Commit c5458cb

Browse files
committed
Remove old data_center tests
1 parent b6cece7 commit c5458cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incapsula/resource_data_center_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
const dataCenterName = "Example data center"
1313
const dataCenterResourceName = "incapsula_data_center.testacc-terraform-data-center"
1414

15-
func TestAccIncapsulaDataCenter_Basic(t *testing.T) {
15+
func testAccIncapsulaDataCenter_Basic(t *testing.T) {
1616
resource.Test(t, resource.TestCase{
1717
PreCheck: func() { testAccPreCheck(t) },
1818
Providers: testAccProviders,

0 commit comments

Comments
 (0)