FactoryBot.define do
  factory :patrimonio_lote_do_leilao, class: 'Patrimonio::LoteDoLeilao' do
    leilao_id { "" }
    status { 1 }
  end
end
