summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_random_formatter.rb2
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