From bcb4067cb3b4f044463522ebdacf1b1cef30821c Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 6 May 2015 09:20:40 -0500 Subject: [PATCH] provider/aws: update test name --- builtin/providers/aws/resource_aws_ebs_volume_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_ebs_volume_test.go b/builtin/providers/aws/resource_aws_ebs_volume_test.go index d50b3ce971..9c5f273738 100644 --- a/builtin/providers/aws/resource_aws_ebs_volume_test.go +++ b/builtin/providers/aws/resource_aws_ebs_volume_test.go @@ -6,7 +6,7 @@ import ( "github.com/hashicorp/terraform/helper/resource" ) -func TestAccAwsEbsVolume(t *testing.T) { +func TestAccAWSEBSVolume(t *testing.T) { resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, Providers: testAccProviders,