fix useless test case
This commit is contained in:
parent
2006bac45c
commit
5848081218
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,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