From c91b87a230e57d6880a1727827c17b313762fd3b Mon Sep 17 00:00:00 2001 From: Reed Schalo Date: Wed, 25 Sep 2024 15:51:11 -0700 Subject: [PATCH] rename test --- test/suites/integration/migration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/integration/migration_test.go b/test/suites/integration/migration_test.go index ce6df1cbdd2d..f2bd56c3af66 100644 --- a/test/suites/integration/migration_test.go +++ b/test/suites/integration/migration_test.go @@ -28,7 +28,7 @@ import ( coretest "sigs.k8s.io/karpenter/pkg/test" ) -var _ = Describe("Migration Controller", func() { +var _ = Describe("Migration", func() { BeforeEach(func() { nodeClass = env.DefaultEC2NodeClass() nodePool = env.DefaultNodePool(nodeClass)