mirror of
https://github.com/harness/drone.git
synced 2025-05-10 02:50:58 +08:00
commit
bfc6e203c5
@ -41,7 +41,7 @@ func TestQueue(t *testing.T) {
|
||||
return
|
||||
}
|
||||
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 New Issue
Block a user