packer-cn/builder/docker/artifact_export_test.go

12 lines
170 B
Go
Raw Normal View History

2013-11-09 16:22:13 -05:00
package docker
import (
"testing"
2018-01-22 20:21:10 -05:00
"github.com/hashicorp/packer/packer"
2013-11-09 16:22:13 -05:00
)
func TestExportArtifact_impl(t *testing.T) {
var _ packer.Artifact = new(ExportArtifact)
}