mirror of
https://github.com/harness/drone.git
synced 2025-05-12 06:59:54 +08:00
commit
bfc6e203c5
@ -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 New Issue
Block a user