We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2304806 commit afed311Copy full SHA for afed311
test/integration/scheduler/plugins/plugins_test.go
@@ -2651,8 +2651,8 @@ func (pl *SchedulingGatesPluginWOEvents) EventsToRegister() []framework.ClusterE
2651
return nil
2652
}
2653
2654
-// This test helps to verify registering nil events for schedulingGates plugin works as expected.
2655
-func TestSchedulingGatesPluginEventsToRegister(t *testing.T) {
+// This test helps to verify registering nil events for PreEnqueue plugin works as expected.
+func TestPreEnqueuePluginEventsToRegister(t *testing.T) {
2656
testContext := testutils.InitTestAPIServer(t, "preenqueue-plugin", nil)
2657
2658
num := func(pl framework.Plugin) int {
0 commit comments