commit
bfc6e203c5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func TestQueue(t *testing.T) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if got, want := next, item; got != want {
|
if got, want := next, item; got != want {
|
||||||
t.Errorf("Want build %d, got %d", item.ID, item.ID)
|
t.Errorf("Want build %d, got %d", want.ID, got.ID)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue