Skip to content

Commit bb1223d

Browse files
committed
lint
1 parent ed9c794 commit bb1223d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

internal/services/block/snapshot_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
77
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
8-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
8+
blocktestfuncs "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
99
)
1010

1111
func TestAccDataSourceSnapshot_Basic(t *testing.T) {

internal/services/block/snapshot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
77
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
8-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
8+
blocktestfuncs "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
99
)
1010

1111
func TestAccSnapshot_Basic(t *testing.T) {

internal/services/block/volume_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
77
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
8-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
8+
blocktestfuncs "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
99
)
1010

1111
func TestAccDataSourceVolume_Basic(t *testing.T) {

internal/services/block/volume_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55

66
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
77
"github.com/scaleway/terraform-provider-scaleway/v2/internal/acctest"
8-
"github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
8+
blocktestfuncs "github.com/scaleway/terraform-provider-scaleway/v2/internal/services/block/testfuncs"
99
)
1010

1111
func TestAccVolume_Basic(t *testing.T) {

0 commit comments

Comments
 (0)