Skip to content

Commit 8d7cfe6

Browse files
committed
Show OpenSSL version in the error message of assert_equal
ruby/ruby@bc79229
1 parent edc99a5 commit 8d7cfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/net/http/test_https.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_session_reuse_but_expire
182182
http.get("/")
183183

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

187187
http.finish
188188
end

0 commit comments

Comments
 (0)