github.com/hashicorp/packer@v1.14.3/builder/file/artifact_test.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: BUSL-1.1 3 4 package file 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(FileArtifact) 14 }