Commit bde4b02d authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/googlecompute: artifact tests

parent 637968f2
package googlecompute
import (
"github.com/mitchellh/packer/packer"
"testing"
)
func TestArtifact_impl(t *testing.T) {
var _ packer.Artifact = new(Artifact)
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment