Skip to content

Commit

Permalink
devspace: assigning a usage so the resource struct is still valid
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 5, 2021
1 parent 00f232c commit a51d532
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ import (
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils"
)

// temporarily works around the unused test, since the tests are skipped
var _ interface{} = DevSpaceControllerResource{}
var _ interface{} = DevSpaceControllerResource{}.basic(acceptance.TestData{}, "", "")
var _ interface{} = DevSpaceControllerResource{}.requiresImport(acceptance.TestData{}, "", "")

type DevSpaceControllerResource struct {
}

Expand Down

0 comments on commit a51d532

Please sign in to comment.