[ruby/securerandom] Removed extra argument for build failure of ruby/ruby

https://github.com/ruby/ruby/actions/runs/6230184763/job/16909829150

https://github.com/ruby/securerandom/commit/f60582432c
This commit is contained in:
Hiroshi SHIBATA 2023-09-19 11:13:19 +09:00 committed by git
parent dfb2b4cbc9
commit b33e9f637d

View File

@ -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