Skip to content

Commit c4ca3b9

Browse files
committed
don't have to force strings for pipes anymore
1 parent 218e2a6 commit c4ca3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/redis_queue_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ def q
148148
end
149149

150150
def pipe
151-
[Resque::Queue.new('foo', Resque.create_connection(REDIS_URL)), Resque::Queue.new('foo', Resque.create_connection(REDIS_URL))]
151+
[Resque::Queue.new('foo', Resque.create_connection), Resque::Queue.new('foo', Resque.create_connection)]
152152
end
153153
end

0 commit comments

Comments
 (0)