Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Dweikat-Ntx committed Dec 12, 2024
1 parent c4db9e4 commit 0810b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nutanix/services/iamv2/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package iamv2_test

import (
"fmt"
"github.com/terraform-providers/terraform-provider-nutanix/utils"
"strconv"
"strings"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

conns "github.com/terraform-providers/terraform-provider-nutanix/nutanix"
acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest"
"github.com/terraform-providers/terraform-provider-nutanix/utils"
)

func checkAttributeLength(resourceName, attribute string, minLength int) resource.TestCheckFunc {
Expand Down Expand Up @@ -62,7 +63,6 @@ func testAccCheckNutanixUserDestroy(s *terraform.State) error {
}

func testAccCheckNutanixDirectoryServicesV2Destroy(s *terraform.State) error {

conn := acc.TestAccProvider.Meta().(*conns.Client)

for _, rs := range s.RootModule().Resources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"

acc "github.com/terraform-providers/terraform-provider-nutanix/nutanix/acctest"
)

Expand Down

0 comments on commit 0810b59

Please sign in to comment.