github.com/hashicorp/packer@v1.14.3/builder/null/artifact_export_test.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: BUSL-1.1 3 4 package null 5 6 import ( 7 "testing" 8 9 packersdk "github.com/hashicorp/packer-plugin-sdk/packer" 10 ) 11 12 func TestNullArtifact(t *testing.T) { 13 var _ packersdk.Artifact = new(NullArtifact) 14 }