FactoryBot.define do
  factory :licitacao_item_do_lote_do_pedido, class: 'Licitacao::ItemDoLoteDoPedido' do
    lote_do_pedido_id { 1 }
    item_do_pedido_id { 1 }
    ordem { 1 }
  end
end
