From b9044a15fabbaf365cd9d90ed3046ce472cd3e17 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:34:00 +0100 Subject: [PATCH] Update irproduct_other attributes to include field_11 in test --- spec/services/bulk_upload/lettings/year2024/row_parser_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/bulk_upload/lettings/year2024/row_parser_spec.rb b/spec/services/bulk_upload/lettings/year2024/row_parser_spec.rb index fc3995766..3aa51c51d 100644 --- a/spec/services/bulk_upload/lettings/year2024/row_parser_spec.rb +++ b/spec/services/bulk_upload/lettings/year2024/row_parser_spec.rb @@ -2603,7 +2603,7 @@ RSpec.describe BulkUpload::Lettings::Year2024::RowParser do end 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 expect(parser.log.irproduct_other).to eql("some other product")