diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-09-19 11:13:19 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-09-19 02:22:15 +0000 |
commit | b33e9f637d2af0b1dc447e31ffd3a31e26e47b13 () | |
tree | b66b892d5ac49fc09554ff7a3659c4705220bd94 | |
parent | dfb2b4cbc9aa5edc315e210bf6bfd92fcf6e45de (diff) |
[ruby/securerandom] Removed extra argument for build failure of ruby/ruby
https://.com/ruby/ruby/actions/runs/6230184763/job/16909829150 https://.com/ruby/securerandom/commit/f60582432c
-rw-r--r-- | test/ruby/test_random_formatter.rb | 2 |
1 files changed, 1 insertions, 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) t1 = current_uuid7_time uuid = @it.uuid_v7 t3 = current_uuid7_time |