Skip to content

Commit fc53236

Browse files
committed
fix test
1 parent 97de49e commit fc53236

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudstack/resource_cloudstack_snapshot_policy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
"testing"
2525

2626
"github.com/apache/cloudstack-go/v2/cloudstack"
27-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
28-
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
27+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
28+
"github.com/hashicorp/terraform-plugin-testing/terraform"
2929
)
3030

3131
func TestAccCloudStackSnapshotPolicy_basic(t *testing.T) {

0 commit comments

Comments
 (0)