Skip to content

Commit

Permalink
align package names
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Sep 19, 2024
1 parent bac5fec commit 055fa3c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pkg/config-api-provider/test/data-sources/group_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package data_source
package data_source_test

import (
"regexp"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/test/provider"
Expand Down
2 changes: 1 addition & 1 deletion pkg/config-api-provider/test/resources/agent_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/provider/resources"
Expand Down
2 changes: 1 addition & 1 deletion pkg/config-api-provider/test/resources/group_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/provider/resources"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"testing"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion pkg/config-api-provider/test/resources/sensor_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/test/provider"
Expand Down
2 changes: 1 addition & 1 deletion pkg/config-api-provider/test/resources/service_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/test/provider"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/test/provider"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/test/provider"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package test
package resource_test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/test/provider"
Expand Down

0 comments on commit 055fa3c

Please sign in to comment.