Skip to content

Commit b625d19

Browse files
authored
fix: correct pre-selected to preselected in scheduler framework test (#492)
1 parent 4d96d72 commit b625d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/scheduler/framework/framework_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6550,7 +6550,7 @@ func TestRunSchedulingCycleForPickAllPlacementType_StableStatusOutputInLargeFlee
65506550
profile := NewProfile("TestOnly")
65516551

65526552
dummyLabelBasedFilterPluginName := fmt.Sprintf(dummyAllPurposePluginNameFormat, 0)
6553-
wantLabelKey := "pre-selected"
6553+
wantLabelKey := "preselected"
65546554
wantLabelValue := "true"
65556555
wantLabels := map[string]string{
65566556
wantLabelKey: wantLabelValue,

0 commit comments

Comments
 (0)