Skip to content

Commit

Permalink
chore(vcs-aggregated-checks): optimizes imports
Browse files Browse the repository at this point in the history
  • Loading branch information
silviutanasa committed Sep 2, 2024
1 parent 9eabb07 commit e1bbea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions spacelift/resource_bitbucket_datacenter_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package spacelift

import (
"github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs"
"testing"

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

"github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs"
. "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/testhelpers"
)

Expand Down
3 changes: 1 addition & 2 deletions spacelift/resource_gitlab_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package spacelift

import (
"github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs"
"testing"

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

"github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/structs/vcs"
. "github.com/spacelift-io/terraform-provider-spacelift/spacelift/internal/testhelpers"
)

Expand Down

0 comments on commit e1bbea4

Please sign in to comment.