added test cases for getters

anshul/plugin_binary_from_official_site
anshul sharma 10 months ago
parent bc6d2a3ff4
commit 034e357bec

@ -1,9 +1,10 @@
package github
import (
"testing"
plugingetter "github.com/hashicorp/packer/packer/plugin-getter"
"github.com/stretchr/testify/assert"
"testing"
)
func TestInit(t *testing.T) {

Loading…
Cancel
Save