Files
Megan Marsh 88b7b0e14a remove sdk
2020-12-17 13:29:25 -08:00

12 lines
187 B
Go

package common
import (
"testing"
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
)
func TestLocalArtifact_impl(t *testing.T) {
var _ packersdk.Artifact = new(artifact)
}