Skip to content

Commit

Permalink
Removed extra argument for build failure of ruby/ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 19, 2023
1 parent b68dedc commit f605824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_random_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_uuid
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
Expand Down

0 comments on commit f605824

Please sign in to comment.