mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 16:34:50 +00:00
Make Faker
generate unique TOS effective dates (#34122)
This commit is contained in:
parent
5c0e525e80
commit
26b5f45564
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ Fabricator(:terms_of_service) do
|
|||
changelog { Faker::Lorem.paragraph }
|
||||
published_at { Time.zone.now }
|
||||
notification_sent_at { Time.zone.now }
|
||||
effective_date { Faker::Date.forward }
|
||||
effective_date { Faker::Date.unique.forward }
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue