diff options
author | NARUSE, Yui <[email protected]> | 2024-02-03 19:39:17 +0900 |
---|---|---|
committer | NARUSE, Yui <[email protected]> | 2024-02-03 19:39:17 +0900 |
commit | bc79229be9d3333083b2e587d708b5d791d23608 () | |
tree | f6ebe348bae149e689766ee3c8156bd0b023902a | |
parent | 055615a4733d8568f165b722186a7a3e2a21d1a0 (diff) |
Show OpenSSL version in the error message of assert_equal
-rw-r--r-- | test/net/http/test_https.rb | 2 |
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 |