Skip to content

Commit

Permalink
Fix TestFrameworkProvider_impl, again
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Sep 26, 2024
1 parent 36eb12d commit 88ed904
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"testing"

"github.com/hashicorp/terraform-plugin-framework/provider"
"github.com/hashicorp/terraform-provider-google/google/fwprovider"

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

func TestFrameworkProvider_impl(t *testing.T) {
primary := &schema.Provider{}
var _ provider.ProviderWithMetaSchema = New(primary)
var _ provider.ProviderWithMetaSchema = fwprovider.New(primary)
}

0 comments on commit 88ed904

Please sign in to comment.