aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_bn.rb')
-rw-r--r--test/test_bn.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_bn.rb b/test/test_bn.rb
index 37ba5e55..5f3ae2b4 100644
--- a/test/test_bn.rb
+++ b/test/test_bn.rb
@@ -55,6 +55,7 @@ class OpenSSL::TestBN < OpenSSL::TestCase
assert_equal(false, bn1.eql?(bn3))
assert_equal(bn1.hash, bn2.hash)
assert_not_equal(bn3.hash, bn1.hash)
+ assert_instance_of(String, bn1.hash.to_s)
end
end