From e7c6db0dcafe217296733417e5c8b5d088351f01 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 1 Jul 2022 11:00:48 -0400 Subject: [PATCH] 'TestAccIPAMPool_cidrIPv4Basic' -> 'TestAccIPAMPoolCIDR_basic'. --- internal/service/ec2/ipam_pool_cidr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/service/ec2/ipam_pool_cidr_test.go b/internal/service/ec2/ipam_pool_cidr_test.go index ed09d68d353..4c8207a2c9f 100644 --- a/internal/service/ec2/ipam_pool_cidr_test.go +++ b/internal/service/ec2/ipam_pool_cidr_test.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/terraform-provider-aws/internal/tfresource" ) -func TestAccIPAMPool_cidrIPv4Basic(t *testing.T) { +func TestAccIPAMPoolCIDR_basic(t *testing.T) { var cidr ec2.IpamPoolCidr resourceName := "aws_vpc_ipam_pool_cidr.test" cidr_range := "10.0.0.0/24"