diff --git a/packer/plugin-getter/github/getter_test.go b/packer/plugin-getter/github/getter_test.go index a69e11395..055c30b5d 100644 --- a/packer/plugin-getter/github/getter_test.go +++ b/packer/plugin-getter/github/getter_test.go @@ -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) {