packer-cn/builder/docker/artifact_export_test.go

12 lines
170 B
Go

package docker
import (
"testing"
"github.com/hashicorp/packer/packer"
)
func TestExportArtifact_impl(t *testing.T) {
var _ packer.Artifact = new(ExportArtifact)
}