Skip to content

Commit 3daaad4

Browse files
- lint fix
1 parent 0fd4a64 commit 3daaad4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mmv1/third_party/terraform/services/dns/resource_dns_policy_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package dns_test
22

33
import (
44
"fmt"
5-
"github.com/hashicorp/terraform-provider-google/google/acctest"
65
"testing"
76

7+
"github.com/hashicorp/terraform-provider-google/google/acctest"
8+
89
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
910
)
1011

@@ -91,7 +92,7 @@ func TestAccDNSPolicy_dnsPolicyDns64(t *testing.T) {
9192
ImportState: true,
9293
ImportStateVerify: true,
9394
},
94-
{
95+
{
9596
Config: testAccDNSPolicy_dnsPolicyDns64Update(context),
9697
},
9798
{

0 commit comments

Comments
 (0)