packer-cn/builder/null/artifact_export_test.go

11 lines
158 B
Go

package null
import (
"github.com/mitchellh/packer/packer"
"testing"
)
func TestNullArtifact(t *testing.T) {
var _ packer.Artifact = new(NullArtifact)
}