packer-cn/builder/null/artifact_export_test.go
2017-04-04 13:39:01 -07:00

11 lines
158 B
Go

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