summaryrefslogtreecommitdiff
path: root/pkg/priority_queue/binary_heap_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/priority_queue/binary_heap_test.go')
-rw-r--r--pkg/priority_queue/binary_heap_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/priority_queue/binary_heap_test.go b/pkg/priority_queue/binary_heap_test.go
index 21167051..fa0c5c29 100644
--- a/pkg/priority_queue/binary_heap_test.go
+++ b/pkg/priority_queue/binary_heap_test.go
@@ -20,7 +20,7 @@ func (t Test) Nack() error {
return nil
}
-func (t Test) Requeue(_ uint32) error {
+func (t Test) Requeue(_ int64) error {
return nil
}