mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Remove unnecessary commented imports
This commit is contained in:
parent
abffa67a49
commit
ba9c7323a9
@ -4,13 +4,8 @@ import (
|
||||
"testing"
|
||||
|
||||
r "github.com/hashicorp/terraform/helper/resource"
|
||||
// "github.com/hashicorp/terraform/terraform"
|
||||
)
|
||||
|
||||
// var testProviders = map[string]terraform.ResourceProvider{
|
||||
// "template": Provider(),
|
||||
// }
|
||||
|
||||
func TestRender(t *testing.T) {
|
||||
testCases := []struct {
|
||||
ResourceBlock string
|
||||
|
Loading…
Reference in New Issue
Block a user