Skip to content

Commit

Permalink
Update test_net_http_persistent_timed_stack_multi.rb
Browse files Browse the repository at this point in the history
Message was updated in connection_pool gem
  • Loading branch information
tisba authored Mar 29, 2023
1 parent 857c3ba commit 833015f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_net_http_persistent_timed_stack_multi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_pop_empty
@stack.pop timeout: 0
end

assert_equal 'Waited 0 sec', e.message
assert_equal 'Waited 0 sec, 0/0 available', e.message
end

def test_pop_full
Expand Down

0 comments on commit 833015f

Please sign in to comment.