diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-09-19 11:13:19 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-09-19 02:22:15 +0000 |
| commit | b33e9f637d2af0b1dc447e31ffd3a31e26e47b13 (patch) | |
| tree | b66b892d5ac49fc09554ff7a3659c4705220bd94 /test/ruby | |
| parent | dfb2b4cbc9aa5edc315e210bf6bfd92fcf6e45de (diff) | |
[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
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_random_formatter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
