Skip to content

Commit

Permalink
Show OpenSSL version in the error message of assert_equal
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Feb 3, 2024
1 parent 055615a commit bc79229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/net/http/test_https.rb
Expand Up @@ -182,7 +182,7 @@ def test_session_reuse_but_expire
http.get("/")

socket = http.instance_variable_get(:@socket).io
assert_equal false, socket.session_reused?
assert_equal false, socket.session_reused?, "NOTE: OpenSSL library version is #{OpenSSL::OPENSSL_LIBRARY_VERSION}"

http.finish
end
Expand Down

0 comments on commit bc79229

Please sign in to comment.