Skip to content

Commit

Permalink
Renames test to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
joraff committed Nov 10, 2021
1 parent 38203e5 commit 99f110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/ec2/ami_launch_permission_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestAccEC2AMILaunchPermission_basic(t *testing.T) {
})
}

func TestAccEC2AMILaunchPermission_org(t *testing.T) {
func TestAccEC2AMILaunchPermission_organization(t *testing.T) {
resourceName := "aws_ami_launch_permission.test"
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)

Expand Down

0 comments on commit 99f110c

Please sign in to comment.