Browse Source

fixup! CLDC-4204: Renumber fields to match spec

check the same field as before
pull/3223/head
samyou-softwire 1 week ago
parent
commit
3cc2fd5306
  1. 2
      spec/services/bulk_upload/sales/year2026/csv_parser_spec.rb

2
spec/services/bulk_upload/sales/year2026/csv_parser_spec.rb

@ -166,7 +166,7 @@ RSpec.describe BulkUpload::Sales::Year2026::CsvParser do
it "returns correct column" do
expect(service.column_for_field("field_1")).to eql("B")
expect(service.column_for_field("field_126")).to eql("DW")
expect(service.column_for_field("field_112")).to eql("DI")
end
end
end

Loading…
Cancel
Save