Skip to content

Commit

Permalink
data-source/aws_ec2_spot_price: Add missing underscores to test names
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jul 31, 2020
1 parent e8f7ce7 commit e1b564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/data_source_aws_ec2_spot_price_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
)

func TestAccAwsEc2SpotPriceDataSource(t *testing.T) {
func TestAccAwsEc2SpotPriceDataSource_basic(t *testing.T) {
dataSourceName := "data.aws_ec2_spot_price.test"

resource.ParallelTest(t, resource.TestCase{
Expand All @@ -29,7 +29,7 @@ func TestAccAwsEc2SpotPriceDataSource(t *testing.T) {
})
}

func TestAccAwsEc2SpotPriceDataSourceFilter(t *testing.T) {
func TestAccAwsEc2SpotPriceDataSource_Filter(t *testing.T) {
dataSourceName := "data.aws_ec2_spot_price.test"

resource.ParallelTest(t, resource.TestCase{
Expand Down

0 comments on commit e1b564d

Please sign in to comment.