aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_securerandom.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_securerandom.rb')
-rw-r--r--test/test_securerandom.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_securerandom.rb b/test/test_securerandom.rb
index 548f3b263f..7c8640fce4 100644
--- a/test/test_securerandom.rb
+++ b/test/test_securerandom.rb
@@ -175,7 +175,7 @@ end
end
def assert_in_range(range, result, mesg = nil)
- assert(range.cover?(result), build_message(mesg) {"Expected #{result} to be in #{range}"})
+ assert(range.cover?(result), message(mesg) {"Expected #{result} to be in #{range}"})
end
def test_with_openssl