Description
According to SIG Scheduling guidelines, using assertion libraries should be avoided. There are a few occurrences of those in pkg/scheduler tests that should be changed to cmp.Equal
and cmp.Diff
calls with t.Error
or t.Fatal
.
/sig scheduling
/kind cleanup