packer-cn/builder/file/artifact_test.go

12 lines
190 B
Go

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