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 b97caa6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import (
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils"
)

// temporarily works around the unused test, since the tests are skipped
var _ interface{} = DevSpaceControllerResource{}

type DevSpaceControllerResource struct {
}

Expand Down

0 comments on commit b97caa6

Please sign in to comment.