providers/aws: make acc test name match pattern

This commit is contained in:
Paul Hinze 2015-04-09 12:33:20 -05:00
parent d189457376
commit 1118a86798
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ func TestAccAWSInstance_vpc(t *testing.T) {
})
}
func TestAccInstance_NetworkInstanceSecurityGroups(t *testing.T) {
func TestAccAWSInstance_NetworkInstanceSecurityGroups(t *testing.T) {
var v ec2.Instance
resource.Test(t, resource.TestCase{