Skip to content

Commit 40f8b45

Browse files
committed
fix failure introduced by 285fef5
1 parent 7b1ceea commit 40f8b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/worker_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
end
3434

3535
test "fails uncompleted jobs on exit" do
36-
job = Resque::Job.new(:jobs, [GoodJob, "blah"])
36+
job = Resque::Job.new('jobs', ['GoodJob', "blah"])
3737
@worker.working_on(job)
3838
@worker.unregister_worker
3939
assert_equal 1, Resque::Failure.count

0 commit comments

Comments
 (0)