change vpc test name to isolate it

This commit is contained in:
clint shryock 2017-01-31 14:50:21 -06:00
parent e81231035c
commit 0e5f08e87d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/hashicorp/terraform/terraform"
)
func TestAccDataSourceAwsVpc(t *testing.T) {
func TestAccDataSourceAwsVpc_basic(t *testing.T) {
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,