diff --git a/client_test.go b/client_test.go index da24d13d..c5a252ff 100644 --- a/client_test.go +++ b/client_test.go @@ -541,11 +541,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",