From afed31193bf81d14a96f056a4e507e30a3d884ba Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Thu, 20 Jun 2024 23:46:17 +0000 Subject: [PATCH] update a test name and comment --- test/integration/scheduler/plugins/plugins_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/scheduler/plugins/plugins_test.go b/test/integration/scheduler/plugins/plugins_test.go index 306a8d398fc..ce0a5a87b18 100644 --- a/test/integration/scheduler/plugins/plugins_test.go +++ b/test/integration/scheduler/plugins/plugins_test.go @@ -2651,8 +2651,8 @@ func (pl *SchedulingGatesPluginWOEvents) EventsToRegister() []framework.ClusterE return nil } -// This test helps to verify registering nil events for schedulingGates plugin works as expected. -func TestSchedulingGatesPluginEventsToRegister(t *testing.T) { +// This test helps to verify registering nil events for PreEnqueue plugin works as expected. +func TestPreEnqueuePluginEventsToRegister(t *testing.T) { testContext := testutils.InitTestAPIServer(t, "preenqueue-plugin", nil) num := func(pl framework.Plugin) int {