diff --git a/spec/factories/voucher_factory.rb b/spec/factories/voucher_factory.rb index 66ea8bfc0e..c02de3fb52 100644 --- a/spec/factories/voucher_factory.rb +++ b/spec/factories/voucher_factory.rb @@ -3,6 +3,6 @@ FactoryBot.define do factory :voucher do enterprise { build(:distributor_enterprise) } - amount { rand(200.0) } + amount { 15 } end end