Skip to content

Commit

Permalink
Update testable_secure_random.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bbozo authored Dec 12, 2023
1 parent c44ee2a commit 18d6e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/common/testable_secure_random.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module TestableSecureRandom

cattr_accessor :seed, :scope

# TODO: scope ended up being totally useless in hindsight
def make_deterministic! scope
@faker_active = true
self.seed = 0
Expand Down

0 comments on commit 18d6e83

Please sign in to comment.