Skip to content

Commit

Permalink
fix failure introduced by 285fef5
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jul 14, 2011
1 parent 7b1ceea commit 40f8b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/worker_test.rb
Expand Up @@ -33,7 +33,7 @@
end

test "fails uncompleted jobs on exit" do
job = Resque::Job.new(:jobs, [GoodJob, "blah"])
job = Resque::Job.new('jobs', ['GoodJob', "blah"])
@worker.working_on(job)
@worker.unregister_worker
assert_equal 1, Resque::Failure.count
Expand Down

0 comments on commit 40f8b45

Please sign in to comment.