mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
[ruby/securerandom] Removed extra argument for build failure of ruby/ruby
1690982915
f60582432c
This commit is contained in:
parent
dfb2b4cbc9
commit
b33e9f637d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ module Random::Formatter
|
|||
assert_match(/\A\h{8}-\h{4}-\h{4}-\h{4}-\h{12}\z/, uuid)
|
||||
end
|
||||
|
||||
def test_uuid_v7(extra_timestamp_bits)
|
||||
def test_uuid_v7
|
||||
t1 = current_uuid7_time
|
||||
uuid = @it.uuid_v7
|
||||
t3 = current_uuid7_time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue