Missing handlers but there we goddamn GO
Former-commit-id: 2505146a54acaf18eadfdebf1dd2720889aef795
This commit is contained in:
@@ -39,7 +39,7 @@ func TestQueuePriority(t *testing.T) {
|
||||
j, _ := NewItem("jQueuePriority", time.Hour)
|
||||
q.Push(i)
|
||||
q.Push(j)
|
||||
if k := q.Peek(); k.Key != "iQueuePriority" {
|
||||
if k := q.Peek(); k.Key != "jQueuePriority" {
|
||||
t.Errorf("compare is backwards")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user