packer-cn/builder/file/artifact_test.go

12 lines
183 B
Go
Raw Permalink Normal View History

package file
import (
"testing"
2020-12-17 13:29:25 -08:00
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
)
func TestNullArtifact(t *testing.T) {
var _ packersdk.Artifact = new(FileArtifact)
}