Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Nov 4, 2024
1 parent def00fc commit 34ea82f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scheduler/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@ func TestPreemptableWorker(t *testing.T) {
// Select a worker for the request, this one should succeed since there is an available preemptable worker
worker, err := wb.selectWorker(nonPreemptableRequest)
assert.Nil(t, err)

assert.Equal(t, worker.Id, newNonPreemptableWorker.Id)
}

Expand Down

0 comments on commit 34ea82f

Please sign in to comment.