Skip to content

Commit

Permalink
Revert "fix failure introduced by 285fef5"
Browse files Browse the repository at this point in the history
This reverts commit 40f8b45.
  • Loading branch information
defunkt committed Jul 14, 2011
1 parent aa24424 commit 9255bf9
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 9255bf9

Please sign in to comment.