mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-29 06:21:16 +00:00
Use a fixed value for voucher factory
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
FactoryBot.define do
|
||||
factory :voucher do
|
||||
enterprise { build(:distributor_enterprise) }
|
||||
amount { rand(200.0) }
|
||||
amount { 15 }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user