Remove unnecessary commented imports

This commit is contained in:
James Nugent 2015-11-27 18:10:24 +00:00
parent abffa67a49
commit ba9c7323a9
1 changed files with 0 additions and 5 deletions

View File

@ -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