Fix unit tests

new-scoring
aeris 2017-02-12 01:44:53 +01:00
parent c25c9f1636
commit d49fb23e25
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ describe CryptCheck::Tls::Server do
host, port = '127.0.0.1', 15000
params.merge!({ host: host, port: port })
tls_serv **params do
CryptCheck::Tls::TcpServer.new 'localhost', ::Socket::PF_INET, host, port
CryptCheck::Tls::TcpServer.new 'localhost', host, ::Socket::PF_INET, port
end
end