packer-cn/builder/file/artifact_test.go

12 lines
183 B
Go
Raw Normal View History

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