Skip to content

Commit c3eb6e4

Browse files
committed
test naming improved marginally
1 parent 58c721c commit c3eb6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_net_http_persistent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def test_connection_for
272272
assert_same used, stored
273273
end
274274

275-
def test_connection_for_starvation
275+
def test_connection_for_exhaustion
276276
@http = Net::HTTP::Persistent.new pool_size: 0
277277

278278
assert_raises Timeout::Error do

0 commit comments

Comments
 (0)