# frozen_string_literal: true FactoryBot.modify do factory :variant do weight { 10.0 } end end