diff --git a/client_test.go b/client_test.go index a73114a..80a5517 100644 --- a/client_test.go +++ b/client_test.go @@ -556,11 +556,11 @@ func TestClientEnqueueWithGroupOption(t *testing.T) { }, }, { - desc: "With Group and ProcessIn options", + desc: "With Group and ProcessAt options", task: task, opts: []Option{ Group("mygroup"), - ProcessIn(30 * time.Minute), + ProcessAt(now.Add(30 * time.Minute)), }, wantInfo: &TaskInfo{ Queue: "default",