mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 16:50:08 -04:00
added test cases for getters
This commit is contained in:
parent
bc6d2a3ff4
commit
034e357bec
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue