From 034e357bec9488dab6cb4aa5dfc4b7dd23742891 Mon Sep 17 00:00:00 2001 From: anshul sharma Date: Sat, 26 Jul 2025 11:19:17 +0530 Subject: [PATCH] added test cases for getters --- packer/plugin-getter/github/getter_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {