Browse Source

Update irproduct_other attributes to include field_11 in test

pull/3036/head
Manny Dinssa 1 month ago
parent
commit
bbb982e2ed
  1. 2
      spec/services/bulk_upload/lettings/year2025/row_parser_spec.rb

2
spec/services/bulk_upload/lettings/year2025/row_parser_spec.rb

@ -2376,7 +2376,7 @@ RSpec.describe BulkUpload::Lettings::Year2025::RowParser do
end end
describe "#irproduct_other" do describe "#irproduct_other" do
let(:attributes) { { bulk_upload:, field_12: "some other product" } } let(:attributes) { { bulk_upload:, field_11: 6, field_12: "some other product" } }
it "sets value to given free text string" do it "sets value to given free text string" do
expect(parser.log.irproduct_other).to eql("some other product") expect(parser.log.irproduct_other).to eql("some other product")

Loading…
Cancel
Save