Skip to content

Commit afed311

Browse files
committed
update a test name and comment
1 parent 2304806 commit afed311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/scheduler/plugins/plugins_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2651,8 +2651,8 @@ func (pl *SchedulingGatesPluginWOEvents) EventsToRegister() []framework.ClusterE
26512651
return nil
26522652
}
26532653

2654-
// This test helps to verify registering nil events for schedulingGates plugin works as expected.
2655-
func TestSchedulingGatesPluginEventsToRegister(t *testing.T) {
2654+
// This test helps to verify registering nil events for PreEnqueue plugin works as expected.
2655+
func TestPreEnqueuePluginEventsToRegister(t *testing.T) {
26562656
testContext := testutils.InitTestAPIServer(t, "preenqueue-plugin", nil)
26572657

26582658
num := func(pl framework.Plugin) int {

0 commit comments

Comments
 (0)