minor: remove paren warning
This commit is contained in:
parent
fc0248e94f
commit
6151f95cd5
|
@ -59,7 +59,7 @@ class ConnectionTest < Test::Unit::TestCase
|
||||||
|
|
||||||
should "check out a new connection" do
|
should "check out a new connection" do
|
||||||
socket = @conn.checkout
|
socket = @conn.checkout
|
||||||
assert @conn.reserved_connections.keys.include? Thread.current.object_id
|
assert(@conn.reserved_connections.keys.include? Thread.current.object_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
context "with multiple threads" do
|
context "with multiple threads" do
|
||||||
|
|
Loading…
Reference in New Issue