packer-cn/builder/file/artifact_test.go

12 lines
159 B
Go
Raw Normal View History

package file
import (
"testing"
2017-04-04 16:39:01 -04:00
"github.com/hashicorp/packer/packer"
)
func TestNullArtifact(t *testing.T) {
var _ packer.Artifact = new(FileArtifact)
}