Index: impl/prod/taskqueue.go |
diff --git a/impl/prod/taskqueue.go b/impl/prod/taskqueue.go |
index ce0f443dfb528cef53fa566de815775f899f5b65..670add1cabed00a5efb354af77b728eeb04976bc 100644 |
--- a/impl/prod/taskqueue.go |
+++ b/impl/prod/taskqueue.go |
@@ -131,3 +131,7 @@ func (t tqImpl) Stats(queueNames []string, cb tq.RawStatsCB) error { |
} |
return nil |
} |
+ |
+func (t tqImpl) Testable() tq.Testable { |
+ return nil |
+} |