From b33e9f637d2af0b1dc447e31ffd3a31e26e47b13 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 19 Sep 2023 11:13:19 +0900 Subject: [PATCH] [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 --- test/ruby/test_random_formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_random_formatter.rb b/test/ruby/test_random_formatter.rb index a061946e97..7c3003e02d 100644 --- a/test/ruby/test_random_formatter.rb +++ b/test/ruby/test_random_formatter.rb @@ -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