Skip to content

Commit

Permalink
Use a different connection in threaded test.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Mar 20, 2012
1 parent fc1a609 commit 0328e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ost_test.rb
Expand Up @@ -58,7 +58,7 @@ def enqueue(id)


Thread.new do Thread.new do
sleep 2 sleep 2
enqueue(1) redis.lpush(Ost[:events].key, 1)
end end


ost do |item| ost do |item|
Expand Down

0 comments on commit 0328e4a

Please sign in to comment.