Skip to content

Commit

Permalink
Review remarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
trasc committed Oct 3, 2023
1 parent 64e30f6 commit 09146eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func TestSchedule(t *testing.T) {
wantLeft map[string]sets.Set[string]
// wantInadmissibleLeft is the workload keys that are left in the inadmissible state after this cycle.
wantInadmissibleLeft map[string]sets.Set[string]
// wantReservedPendingPreemption is the set wof workloads expected to have quota reserved and pending preemption
// wantReservedPendingPreemption is the set of workloads expected to have quota reserved and pending preemption
wantReservedPendingPreemption sets.Set[string]

// additional*Queues can hold any extra queues needed by the tc
Expand Down

0 comments on commit 09146eb

Please sign in to comment.