From ce265e28531187f1c3c269f45ff0d6b6fc386e4b Mon Sep 17 00:00:00 2001 From: Horia Gunica <43091730+horiagunica@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:49:40 +0300 Subject: [PATCH] fix: Fix vpc_peering package name (#225) Co-authored-by: michalbil <92343355+michalbil@users.noreply.github.com> --- modules/vpc-peering/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vpc-peering/main_test.go b/modules/vpc-peering/main_test.go index f4248bf5..01f15fd5 100644 --- a/modules/vpc-peering/main_test.go +++ b/modules/vpc-peering/main_test.go @@ -1,4 +1,4 @@ -package vpc-peering +package vpc_peering import ( "testing"