summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNARUSE, Yui <[email protected]>2024-02-03 19:39:17 +0900
committerNARUSE, Yui <[email protected]>2024-02-03 19:39:17 +0900
commitbc79229be9d3333083b2e587d708b5d791d23608 ()
treef6ebe348bae149e689766ee3c8156bd0b023902a
parent055615a4733d8568f165b722186a7a3e2a21d1a0 (diff)
Show OpenSSL version in the error message of assert_equal
-rw-r--r--test/net/http/test_https.rb2
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ class TestNetHTTPS < Test::Unit::TestCase
http.get("/")
socket = http.instance_variable_get(:@socket).io
- assert_equal false, socket.session_reused?
http.finish
end