From 295e2eafcb4d9cddd12234f70174c1647fb8a8ab Mon Sep 17 00:00:00 2001 From: Reed Schalo Date: Wed, 25 Sep 2024 16:09:44 -0700 Subject: [PATCH] run presubmit --- test/suites/integration/migration_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/suites/integration/migration_test.go b/test/suites/integration/migration_test.go index f2bd56c3af66..743487dcc790 100644 --- a/test/suites/integration/migration_test.go +++ b/test/suites/integration/migration_test.go @@ -15,9 +15,10 @@ limitations under the License. package integration_test import ( + "github.com/samber/lo" + v1 "github.com/aws/karpenter-provider-aws/pkg/apis/v1" "github.com/aws/karpenter-provider-aws/pkg/apis/v1beta1" - "github.com/samber/lo" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega"