mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Tweak test name
This commit is contained in:
parent
e5f4162b61
commit
f28b28fe8d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class SecureRandomTest < ActiveSupport::TestCase
|
|||
assert_equal 24, s1.length
|
||||
end
|
||||
|
||||
def test_base36_lowercase
|
||||
def test_base36
|
||||
s1 = SecureRandom.base36
|
||||
s2 = SecureRandom.base36
|
||||
|
||||
|
|
Loading…
Reference in a new issue