зеркало из https://github.com/github/ruby.git
Fix expected ip_port
This commit is contained in:
Родитель
0fb2457d79
Коммит
8c09de38c5
|
@ -691,7 +691,7 @@ class TestSocketAddrinfo < Test::Unit::TestCase
|
|||
def test_addrinfo_timeout
|
||||
ai = Addrinfo.getaddrinfo("localhost", nil, Socket::PF_INET, Socket::SOCK_STREAM, timeout: 1).fetch(0)
|
||||
assert_equal(6, ai.protocol)
|
||||
assert_equal(80, ai.ip_port)
|
||||
assert_equal(0, ai.ip_port)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче