packer-cn/builder/docker/artifact_export_test.go

12 lines
194 B
Go
Raw Permalink Normal View History

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