Skip to content

Commit

Permalink
Require securerandom in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pch committed Dec 7, 2023
1 parent 3d1795d commit 83d3b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_base32_uuid.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "test_helper"
require "securerandom"

class TestBase32UUID < Minitest::Test
UUIDS_V7 = {
Expand Down
1 change: 1 addition & 0 deletions test/test_has_based_uuid.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "test_helper"
require "ostruct"
require "securerandom"

class FakeActiveRecordBase < OpenStruct
include BasedUUID::HasBasedUUID
Expand Down

0 comments on commit 83d3b9e

Please sign in to comment.