2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 02:55:54 +08:00

Fix processor test

This commit is contained in:
Ken Hibino 2022-02-16 20:42:08 -08:00
parent d4006894ad
commit ec560afb01

View File

@ -540,6 +540,7 @@ func TestProcessorWithExpiredLease(t *testing.T) {
p := newProcessor(processorParams{
logger: testLogger,
broker: rdbClient,
baseCtxFn: context.Background,
retryDelayFunc: DefaultRetryDelayFunc,
isFailureFunc: defaultIsFailureFunc,
syncCh: syncCh,