Skip to content

Commit

Permalink
Merge pull request kubernetes#22902 from metral/patch-1
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Mar 14, 2016
2 parents 9f213bf + 2da0dbd commit b2b3dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pkg/scheduler/algorithm/scheduler_interface_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type schedulerTester struct {
func (st *schedulerTester) expectSchedule(pod *api.Pod, expected string) {
actual, err := st.scheduler.Schedule(pod, st.nodeLister)
if err != nil {
st.t.Errorf("Unexpected error %v\nTried to scheduler: %#v", err, pod)
st.t.Errorf("Unexpected error %v\nTried to schedule: %#v", err, pod)
return
}
if actual != expected {
Expand Down

0 comments on commit b2b3dfb

Please sign in to comment.