Skip to content

Commit e95e40f

Browse files
committed
Remove warning in tests.
1 parent b1a619d commit e95e40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internals_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def af_family_supported(af)
379379
begin
380380
sa = Socket.pack_sockaddr_in(1024 + Random.rand(63076), hosts[af])
381381
s.bind(sa)
382-
rescue Errno::EADDRINUSE => e
382+
rescue Errno::EADDRINUSE
383383
tries -= 1
384384
retry if tries > 0
385385

0 commit comments

Comments
 (0)