Browse Source

CLDC-3265: Fix bu test that accidentally had whitespace only row

pull/2481/head
Rachael Booth 2 years ago
parent
commit
1fdf2c131c
  1. 2
      spec/services/bulk_upload/sales/year2024/row_parser_spec.rb

2
spec/services/bulk_upload/sales/year2024/row_parser_spec.rb

@ -1758,7 +1758,7 @@ RSpec.describe BulkUpload::Sales::Year2024::RowParser do
end
context "when blank" do
let(:attributes) { { bulk_upload:, field_2: "" } }
let(:attributes) { { bulk_upload:, field_2: "", field_6: "not blank" } }
it "is not permitted as setup error" do
parser.valid?

Loading…
Cancel
Save