Skip to content

Commit

Permalink
'TestAccAWSVpnGatewayAttachment_deleted' -> 'TestAccAWSVpnGatewayAtta…
Browse files Browse the repository at this point in the history
…chment_disappears' (hashicorp#13826, hashicorp#13527).
  • Loading branch information
ewbankkit committed Sep 17, 2020
1 parent 1dbf662 commit 2ce1dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_vpn_gateway_attachment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestAccAWSVpnGatewayAttachment_basic(t *testing.T) {
})
}

func TestAccAWSVpnGatewayAttachment_deleted(t *testing.T) {
func TestAccAWSVpnGatewayAttachment_disappears(t *testing.T) {
var v ec2.VpcAttachment
resourceName := "aws_vpn_gateway_attachment.test"
rName := acctest.RandomWithPrefix("tf-acc-test")
Expand Down

0 comments on commit 2ce1dbb

Please sign in to comment.