From ddc266902b9eb006266b73ac01e7ef0cbbdcf05a Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 29 Jun 2015 14:06:55 -0500 Subject: [PATCH] tests: test name consistency --- .../aws/resource_aws_autoscaling_notification_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/providers/aws/resource_aws_autoscaling_notification_test.go b/builtin/providers/aws/resource_aws_autoscaling_notification_test.go index a9b078a6e..4198d2b07 100644 --- a/builtin/providers/aws/resource_aws_autoscaling_notification_test.go +++ b/builtin/providers/aws/resource_aws_autoscaling_notification_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/terraform/terraform" ) -func TestAccASGNotification_basic(t *testing.T) { +func TestAccAWSASGNotification_basic(t *testing.T) { var asgn autoscaling.DescribeNotificationConfigurationsOutput resource.Test(t, resource.TestCase{ @@ -30,7 +30,7 @@ func TestAccASGNotification_basic(t *testing.T) { }) } -func TestAccASGNotification_update(t *testing.T) { +func TestAccAWSASGNotification_update(t *testing.T) { var asgn autoscaling.DescribeNotificationConfigurationsOutput resource.Test(t, resource.TestCase{