Skip to content

Commit 0e73914

Browse files
committed
make test work for 1-x-stable branch
1 parent 385974b commit 0e73914

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
@@ -432,7 +432,7 @@ def self.perform
432432
assert_equal 1, Resque::Failure.count
433433
end
434434

435-
it "reconnects to redis after fork" do
435+
test "reconnects to redis after fork" do
436436
original_connection = Resque.redis.client.connection.instance_variable_get("@sock")
437437
@worker.work(0)
438438
assert_not_equal original_connection, Resque.redis.client.connection.instance_variable_get("@sock")

0 commit comments

Comments
 (0)