Skip to content

Commit fd251e8

Browse files
committed
rename TestAccAWSRoute53Record_weighted to TestAccAWSRoute53Record_weighted_basic to test in isolation
1 parent 99c4da7 commit fd251e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/providers/aws/resource_aws_route53_record_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func TestAccAWSRoute53Record_failover(t *testing.T) {
139139
})
140140
}
141141

142-
func TestAccAWSRoute53Record_weighted(t *testing.T) {
142+
func TestAccAWSRoute53Record_weighted_basic(t *testing.T) {
143143
resource.Test(t, resource.TestCase{
144144
PreCheck: func() { testAccPreCheck(t) },
145145
Providers: testAccProviders,

0 commit comments

Comments
 (0)