From 0024358b08e8a1898d17928be46512b546f133cc Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 28 Jul 2016 14:30:50 -0500 Subject: [PATCH] Update resource_aws_db_instance_test.go --- builtin/providers/aws/resource_aws_db_instance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_db_instance_test.go b/builtin/providers/aws/resource_aws_db_instance_test.go index e02d8bb1d..509f875e3 100644 --- a/builtin/providers/aws/resource_aws_db_instance_test.go +++ b/builtin/providers/aws/resource_aws_db_instance_test.go @@ -179,7 +179,7 @@ func TestAccAWSDBInstance_enhancedMonitoring(t *testing.T) { // Regression test for https://github.com/hashicorp/terraform/issues/3760 . // We apply a plan, then change just the iops. If the apply succeeds, we // consider this a pass, as before in 3760 the request would fail -func TestAccAWS_seperate_DBInstance_iops_update(t *testing.T) { +func TestAccAWS_separate_DBInstance_iops_update(t *testing.T) { var v rds.DBInstance rName := acctest.RandString(5)