Skip to content

Commit 39ce67e

Browse files
authored
add tke resource_test file (#2701)
1 parent 37c34c0 commit 39ce67e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package tke_test
2+
3+
import (
4+
"testing"
5+
6+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
7+
)
8+
9+
func TestMain(m *testing.M) {
10+
resource.TestMain(m)
11+
}

0 commit comments

Comments
 (0)