Skip to content

Commit

Permalink
'TestAccIPAMPool_cidrIPv4Basic' -> 'TestAccIPAMPoolCIDR_basic'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 1, 2022
1 parent 01b8eb7 commit e7c6db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/ec2/ipam_pool_cidr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e7c6db0

Please sign in to comment.